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
This commit is contained in:
GitHub Actions
2026-01-31 04:46:56 +00:00
parent a7b3cf38a2
commit c1b6e3ee5f

View File

@@ -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 && \