From c283c6bc28d739295b2338ee5ccd328c8c432a4c Mon Sep 17 00:00:00 2001 From: Wikid82 <176516789+Wikid82@users.noreply.github.com> Date: Sun, 31 May 2026 03:13:29 +0000 Subject: [PATCH] chore(docker): update GeoLite2-Country.mmdb checksum Automated checksum update for GeoLite2-Country.mmdb database. Old: d074a873c0db6755c0d7f22efe8c76d14fd5d4bcdaa5fc5e940508e8517e99ba New: c77ac1d7e64b3fcd1447045615fc3aefb3ed886e176608c568b01f29f955e21a Auto-generated by: .github/workflows/update-geolite2.yml --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2cca6fe1..fc7b78e4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -564,7 +564,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=d074a873c0db6755c0d7f22efe8c76d14fd5d4bcdaa5fc5e940508e8517e99ba +ARG GEOLITE2_COUNTRY_SHA256=c77ac1d7e64b3fcd1447045615fc3aefb3ed886e176608c568b01f29f955e21a RUN mkdir -p /app/data/geoip && \ if [ "$CI" = "true" ] || [ "$CI" = "1" ]; then \ echo "⏱️ CI detected - quick download (10s timeout, no retries)"; \