Skip to content

Commit 4d9efc8

Browse files
authoredAug 14, 2024
Merge pull request #147 from macbre/dockerfile/alpine-3.20
Update Dockerfile: use Alpine v3.20
2 parents f7fe675 + 59af1a6 commit 4d9efc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Dockerfile

+2-2
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)