chore(docker): update GeoLite2-Country.mmdb checksum
Automated checksum update for GeoLite2-Country.mmdb database. Old: d3031e02196523cbb5f74291122033f2be277b2130abedd4b5bee52ba79832be New: b79afc28a0a52f89c15e8d92b05c173f314dd4f687719f96cf921012d900fcce Auto-generated by: .github/workflows/update-geolite2.yml
This commit is contained in:
committed by
github-actions[bot]
parent
f58c96d29f
commit
cf46ff0a3b
@@ -413,7 +413,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=d3031e02196523cbb5f74291122033f2be277b2130abedd4b5bee52ba79832be
|
||||
ARG GEOLITE2_COUNTRY_SHA256=b79afc28a0a52f89c15e8d92b05c173f314dd4f687719f96cf921012d900fcce
|
||||
RUN mkdir -p /app/data/geoip && \
|
||||
if [ -n "$CI" ]; then \
|
||||
echo "⏱️ CI detected - quick download (10s timeout, no retries)"; \
|
||||
|
||||
Reference in New Issue
Block a user