Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b78c811d8 | |||
| 53f3e44999 |
+3
-1
@@ -244,9 +244,11 @@ FROM ${CADDY_IMAGE}
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install runtime dependencies for Charon (no bash needed)
|
# Install runtime dependencies for Charon (no bash needed)
|
||||||
|
# Explicitly upgrade c-ares to fix CVE-2025-62408
|
||||||
# hadolint ignore=DL3018
|
# hadolint ignore=DL3018
|
||||||
RUN apk --no-cache add ca-certificates sqlite-libs tzdata curl gettext \
|
RUN apk --no-cache add ca-certificates sqlite-libs tzdata curl gettext \
|
||||||
&& apk --no-cache upgrade
|
&& apk --no-cache upgrade \
|
||||||
|
&& apk --no-cache upgrade c-ares
|
||||||
|
|
||||||
# Download MaxMind GeoLite2 Country database
|
# Download MaxMind GeoLite2 Country database
|
||||||
# Note: In production, users should provide their own MaxMind license key
|
# Note: In production, users should provide their own MaxMind license key
|
||||||
|
|||||||
Reference in New Issue
Block a user