We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a88aec commit 044822dCopy full SHA for 044822d
Dockerfile
@@ -1,8 +1,8 @@
1
# https://hg.nginx.org/nginx/file/tip/src/core/nginx.h
2
-ARG NGINX_VERSION=1.26.0
+ARG NGINX_VERSION=1.27.0
3
4
# https://hg.nginx.org/nginx
5
-ARG NGINX_COMMIT=cdf74ac25b47
+ARG NGINX_COMMIT=02e9411009b9
6
7
# https://github.com/google/ngx_brotli
8
ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc
@@ -74,7 +74,7 @@ ARG CONFIG="\
74
--add-dynamic-module=/usr/src/ngx_http_geoip2_module \
75
"
76
77
-FROM alpine:3.19 AS base
+FROM alpine:3.20 AS base
78
79
ARG NGINX_VERSION
80
ARG NGINX_COMMIT
@@ -189,7 +189,7 @@ RUN \
189
| xargs -r apk info --installed \
190
| sort -u > /tmp/runDeps.txt
191
192
-FROM alpine:3.19
+FROM alpine:3.20
193
194
195
0 commit comments