Skip to content

Commit 044822d

Browse files
committed
Bump nginx to 1.27.0 and alpine to 3.20
1 parent 4a88aec commit 044822d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# https://hg.nginx.org/nginx/file/tip/src/core/nginx.h
2-
ARG NGINX_VERSION=1.26.0
2+
ARG NGINX_VERSION=1.27.0
33

44
# https://hg.nginx.org/nginx
5-
ARG NGINX_COMMIT=cdf74ac25b47
5+
ARG NGINX_COMMIT=02e9411009b9
66

77
# https://github.com/google/ngx_brotli
88
ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc
@@ -74,7 +74,7 @@ ARG CONFIG="\
7474
--add-dynamic-module=/usr/src/ngx_http_geoip2_module \
7575
"
7676

77-
FROM alpine:3.19 AS base
77+
FROM alpine:3.20 AS base
7878

7979
ARG NGINX_VERSION
8080
ARG NGINX_COMMIT
@@ -189,7 +189,7 @@ RUN \
189189
| xargs -r apk info --installed \
190190
| sort -u > /tmp/runDeps.txt
191191

192-
FROM alpine:3.19
192+
FROM alpine:3.20
193193
ARG NGINX_VERSION
194194
ARG NGINX_COMMIT
195195

0 commit comments

Comments
 (0)