Skip to content

Commit 79f0080

Browse files
authored
Merge pull request #915 from Wikid82/main
Propagate changes from main into development
2 parents a5c6eb9 + c70c873 commit 79f0080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]
458458
# Note: In production, users should provide their own MaxMind license key
459459
# This uses the publicly available GeoLite2 database
460460
# In CI, timeout quickly rather than retrying to save build time
461-
ARG GEOLITE2_COUNTRY_SHA256=7840f4b8891e7c866f948d4b020cdc12aeea51b09450b44ad96d1f14f6e32879
461+
ARG GEOLITE2_COUNTRY_SHA256=f5e80a9a3129d46e75c8cccd66bfac725b0449a6c89ba5093a16561d58f20bda
462462
RUN mkdir -p /app/data/geoip && \
463463
if [ "$CI" = "true" ] || [ "$CI" = "1" ]; then \
464464
echo "⏱️ CI detected - quick download (10s timeout, no retries)"; \

0 commit comments

Comments
 (0)