Compare commits
8 Commits
hotfix/log
...
v0.23.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
583633c74b | ||
|
|
6fc4409513 | ||
|
|
dfc2beb8f3 | ||
|
|
34d5cca972 | ||
|
|
5d771381a1 | ||
|
|
3570c05805 | ||
|
|
0e556433f7 | ||
|
|
bfe535d36a |
@@ -431,7 +431,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=b79afc28a0a52f89c15e8d92b05c173f314dd4f687719f96cf921012d900fcce
|
||||
ARG GEOLITE2_COUNTRY_SHA256=c6549807950f93f609d6433fa295fa517fbdec0ad975a4aafba69c136d5d2347
|
||||
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