Skip to content

Commit 6fc4409

Browse files
Wikid82github-actions[bot]
authored andcommitted
chore(docker): update GeoLite2-Country.mmdb checksum
Automated checksum update for GeoLite2-Country.mmdb database. Old: aa154fc6bcd712644de232a4abcdd07dac1f801308c0b6f93dbc2b375443da7b New: c6549807950f93f609d6433fa295fa517fbdec0ad975a4aafba69c136d5d2347 Auto-generated by: .github/workflows/update-geolite2.yml
1 parent dfc2beb commit 6fc4409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]
431431
# Note: In production, users should provide their own MaxMind license key
432432
# This uses the publicly available GeoLite2 database
433433
# In CI, timeout quickly rather than retrying to save build time
434-
ARG GEOLITE2_COUNTRY_SHA256=aa154fc6bcd712644de232a4abcdd07dac1f801308c0b6f93dbc2b375443da7b
434+
ARG GEOLITE2_COUNTRY_SHA256=c6549807950f93f609d6433fa295fa517fbdec0ad975a4aafba69c136d5d2347
435435
RUN mkdir -p /app/data/geoip && \
436436
if [ -n "$CI" ]; then \
437437
echo "⏱️ CI detected - quick download (10s timeout, no retries)"; \

0 commit comments

Comments
 (0)