From e32f3dfb5738fca00dda082803b25db1723192b6 Mon Sep 17 00:00:00 2001 From: Wikid82 <176516789+Wikid82@users.noreply.github.com> Date: Mon, 30 Mar 2026 02:58:26 +0000 Subject: [PATCH] chore(docker): update GeoLite2-Country.mmdb checksum Automated checksum update for GeoLite2-Country.mmdb database. Old: c6549807950f93f609d6433fa295fa517fbdec0ad975a4aafba69c136d5d2347 New: 7840f4b8891e7c866f948d4b020cdc12aeea51b09450b44ad96d1f14f6e32879 Auto-generated by: .github/workflows/update-geolite2.yml --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30d61bb5..c7b183c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -431,7 +431,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"] # Note: In production, users should provide their own MaxMind license key # This uses the publicly available GeoLite2 database # In CI, timeout quickly rather than retrying to save build time -ARG GEOLITE2_COUNTRY_SHA256=c6549807950f93f609d6433fa295fa517fbdec0ad975a4aafba69c136d5d2347 +ARG GEOLITE2_COUNTRY_SHA256=7840f4b8891e7c866f948d4b020cdc12aeea51b09450b44ad96d1f14f6e32879 RUN mkdir -p /app/data/geoip && \ if [ -n "$CI" ]; then \ echo "⏱️ CI detected - quick download (10s timeout, no retries)"; \