Skip to content

Commit 49bfbf3

Browse files
authored
Merge branch 'development' into feature/beta-release
2 parents 2f90d93 + ae4f593 commit 49bfbf3

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
@@ -413,7 +413,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]
413413
# Note: In production, users should provide their own MaxMind license key
414414
# This uses the publicly available GeoLite2 database
415415
# In CI, timeout quickly rather than retrying to save build time
416-
ARG GEOLITE2_COUNTRY_SHA256=86fe00e0272865b8bec79defca2e9fb19ad0cf4458697992e1a37ba89077c13a
416+
ARG GEOLITE2_COUNTRY_SHA256=d3031e02196523cbb5f74291122033f2be277b2130abedd4b5bee52ba79832be
417417
RUN mkdir -p /app/data/geoip && \
418418
if [ -n "$CI" ]; then \
419419
echo "⏱️ CI detected - quick download (10s timeout, no retries)"; \

0 commit comments

Comments
 (0)