Skip to content

Commit 2486dc2

Browse files
authored
Merge pull request #739 from Wikid82/main
Propagate changes from main into development
2 parents cdcd1b6 + b15cfbb commit 2486dc2

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

0 commit comments

Comments
 (0)