From c1b6e3ee5fd3bfa4edf08a4d147bf7d3c5be4acc Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 31 Jan 2026 04:46:56 +0000 Subject: [PATCH] chore: update GeoLite2-Country.mmdb SHA256 checksum Upstream database updated by MaxMind. Updates checksum to match current version from P3TERX/GeoLite.mmdb mirror. Fixes: Integration test workflow build failures --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5132d24..cc639ced 100644 --- a/Dockerfile +++ b/Dockerfile @@ -349,7 +349,7 @@ RUN groupadd -g 1000 charon && \ # Download MaxMind GeoLite2 Country database # Note: In production, users should provide their own MaxMind license key # This uses the publicly available GeoLite2 database -ARG GEOLITE2_COUNTRY_SHA256=6b778471c086c44d15bd4df954661d441a5513ec48f1af5545cb05af8f2e15b9 +ARG GEOLITE2_COUNTRY_SHA256=436135ee98a521da715a6d483951f3dbbd62557637f2d50d1987fc048874bd5d RUN mkdir -p /app/data/geoip && \ curl -fSL "https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-Country.mmdb" \ -o /app/data/geoip/GeoLite2-Country.mmdb && \