Skip to content

Commit 5d77138

Browse files
authored
Merge pull request #842 from Wikid82/bot/update-geolite2-checksum
chore(docker): update GeoLite2-Country.mmdb checksum
2 parents bfe535d + 3570c05 commit 5d77138

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
@@ -417,7 +417,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]
417417
# Note: In production, users should provide their own MaxMind license key
418418
# This uses the publicly available GeoLite2 database
419419
# In CI, timeout quickly rather than retrying to save build time
420-
ARG GEOLITE2_COUNTRY_SHA256=b79afc28a0a52f89c15e8d92b05c173f314dd4f687719f96cf921012d900fcce
420+
ARG GEOLITE2_COUNTRY_SHA256=aa154fc6bcd712644de232a4abcdd07dac1f801308c0b6f93dbc2b375443da7b
421421
RUN mkdir -p /app/data/geoip && \
422422
if [ -n "$CI" ]; then \
423423
echo "⏱️ CI detected - quick download (10s timeout, no retries)"; \

0 commit comments

Comments
 (0)