Skip to content

Commit 6a710bb

Browse files
chore(docker): update GeoLite2-Country.mmdb checksum (#1111)
Automated checksum update for GeoLite2-Country.mmdb database. Old: 6e9212f23d3279a2454404d3b2a7ac30159fddbb9870ba33763014877296455c New: 1522faf7b5f6a96c3a0128bca813bd4b0ae24dce38e9d37acdff0efaa75fcdd9 Auto-generated by: .github/workflows/update-geolite2.yml Co-authored-by: Wikid82 <176516789+Wikid82@users.noreply.github.com>
1 parent 264fb09 commit 6a710bb

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
@@ -598,7 +598,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]
598598
# Note: In production, users should provide their own MaxMind license key
599599
# This uses the publicly available GeoLite2 database
600600
# In CI, timeout quickly rather than retrying to save build time
601-
ARG GEOLITE2_COUNTRY_SHA256=6e9212f23d3279a2454404d3b2a7ac30159fddbb9870ba33763014877296455c
601+
ARG GEOLITE2_COUNTRY_SHA256=1522faf7b5f6a96c3a0128bca813bd4b0ae24dce38e9d37acdff0efaa75fcdd9
602602
RUN mkdir -p /app/data/geoip && \
603603
if [ "$CI" = "true" ] || [ "$CI" = "1" ]; then \
604604
echo "⏱️ CI detected - quick download (10s timeout, no retries)"; \

0 commit comments

Comments
 (0)