mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +00:00
close #717/dep updates/improve TZ regex
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
@@ -62,8 +62,8 @@ SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
|
||||
ARG CRS_VER=v4.1.0
|
||||
|
||||
COPY rootfs /
|
||||
COPY --from=zoeyvid/certbot-docker:26 /usr/local /usr/local
|
||||
COPY --from=zoeyvid/curl-quic:375 /usr/local/bin/curl /usr/local/bin/curl
|
||||
COPY --from=zoeyvid/certbot-docker:27 /usr/local /usr/local
|
||||
COPY --from=zoeyvid/curl-quic:376 /usr/local/bin/curl /usr/local/bin/curl
|
||||
|
||||
RUN apk upgrade --no-cache -a && \
|
||||
apk add --no-cache ca-certificates tzdata tini \
|
||||
@@ -127,6 +127,7 @@ ENV PUID=0 \
|
||||
DISABLE_H3_QUIC=false \
|
||||
NGINX_ACCESS_LOG=false \
|
||||
NGINX_LOG_NOT_FOUND=false \
|
||||
NGINX_404_REDIRECT=true \
|
||||
NGINX_DISABLE_PROXY_BUFFERING=false \
|
||||
CLEAN=true \
|
||||
FULLCLEAN=false \
|
||||
|
Reference in New Issue
Block a user