Skip to content

Commit 5a3dbec

Browse files
chore(docker): update GeoLite2-Country.mmdb checksum (#1074)
Automated checksum update for GeoLite2-Country.mmdb database. Old: abce3a42f4f6bfb2c90cded582341da6764f5e152782ce6c832bc8fa1d873778 New: 11b88595d026953920668d91f6d531057b397f05170237fc98a13a8b051ab861 Auto-generated by: .github/workflows/update-geolite2.yml Co-authored-by: Wikid82 <176516789+Wikid82@users.noreply.github.com>
1 parent 8d52783 commit 5a3dbec

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
@@ -593,7 +593,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]
593593
# Note: In production, users should provide their own MaxMind license key
594594
# This uses the publicly available GeoLite2 database
595595
# In CI, timeout quickly rather than retrying to save build time
596-
ARG GEOLITE2_COUNTRY_SHA256=abce3a42f4f6bfb2c90cded582341da6764f5e152782ce6c832bc8fa1d873778
596+
ARG GEOLITE2_COUNTRY_SHA256=11b88595d026953920668d91f6d531057b397f05170237fc98a13a8b051ab861
597597
RUN mkdir -p /app/data/geoip && \
598598
if [ "$CI" = "true" ] || [ "$CI" = "1" ]; then \
599599
echo "⏱️ CI detected - quick download (10s timeout, no retries)"; \

0 commit comments

Comments
 (0)