Skip to content

Commit 59af1a6

Browse files
authored
Update Dockerfile: use Apline v3.20
1 parent f7fe675 commit 59af1a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ARG CONFIG="\
7979
--add-dynamic-module=/usr/src/ngx_http_geoip2_module \
8080
"
8181

82-
FROM alpine:3.19 AS base
82+
FROM alpine:3.20 AS base
8383

8484
ARG NGINX_VERSION
8585
ARG NGINX_COMMIT
@@ -204,7 +204,7 @@ RUN \
204204
| xargs -r apk info --installed \
205205
| sort -u > /tmp/runDeps.txt
206206

207-
FROM alpine:3.19
207+
FROM alpine:3.20
208208
ARG NGINX_VERSION
209209
ARG NGINX_COMMIT
210210
ARG NGINX_USER_UID

0 commit comments

Comments
 (0)