Skip to content

Commit 6c6c3f3

Browse files
authored
Merge pull request #880 from Wikid82/main
Propagate changes from main into development
2 parents 551532d + 583633c commit 6c6c3f3

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=aa154fc6bcd712644de232a4abcdd07dac1f801308c0b6f93dbc2b375443da7b
461+
ARG GEOLITE2_COUNTRY_SHA256=c6549807950f93f609d6433fa295fa517fbdec0ad975a4aafba69c136d5d2347
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)