Skip to content

Commit 7bd3a73

Browse files
authored
Merge pull request #935 from Wikid82/bot/update-geolite2-checksum
chore(docker): update GeoLite2-Country.mmdb checksum
2 parents 0354f5c + 00ba5b3 commit 7bd3a73

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=f5e80a9a3129d46e75c8cccd66bfac725b0449a6c89ba5093a16561d58f20bda
461+
ARG GEOLITE2_COUNTRY_SHA256=b018842033872f19ed9ccefb863ec954f8024db2ae913d0d4ea14e35ace4eba1
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)