Skip to content

Commit

Permalink
Update Dockerfile: use Apline v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Aug 14, 2024
1 parent f7fe675 commit 59af1a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ARG CONFIG="\
--add-dynamic-module=/usr/src/ngx_http_geoip2_module \
"

FROM alpine:3.19 AS base
FROM alpine:3.20 AS base

ARG NGINX_VERSION
ARG NGINX_COMMIT
Expand Down Expand Up @@ -204,7 +204,7 @@ RUN \
| xargs -r apk info --installed \
| sort -u > /tmp/runDeps.txt

FROM alpine:3.19
FROM alpine:3.20
ARG NGINX_VERSION
ARG NGINX_COMMIT
ARG NGINX_USER_UID
Expand Down

0 comments on commit 59af1a6

Please sign in to comment.