Skip to content

Commit

Permalink
Dockerfile(s): Update to Alpine 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Sando committed Dec 14, 2023
1 parent 6a35902 commit a5f7a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG OTP_VSN='26.1.1'
ARG BUILD_IMAGE="docker.io/erlang:${OTP_VSN}-alpine"
## specific ARGs for METHOD='package'
ARG ALPINE_VSN='3.18.4'
ARG ALPINE_VSN='3.19'
ARG PACKAGE_IMAGE="docker.io/alpine:${ALPINE_VSN}"
## specific ARGs for VARIANT='acme'
ARG ACMESH_VSN='3.0.6'
Expand Down
2 changes: 1 addition & 1 deletion tools/Dockerfile.erlang
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG OTP_VSN="26.1.1"
ARG REBAR_VSN="3.22.1"
ARG ALPINE_VSN="3.18"
ARG ALPINE_VSN="3.19"

FROM alpine:${ALPINE_VSN}
ARG OTP_VSN
Expand Down

0 comments on commit a5f7a13

Please sign in to comment.