Skip to content

Commit

Permalink
chore: update to Alpine 3.20 (#486)
Browse files Browse the repository at this point in the history
* chore: update to Alpine 3.20

* chore: update to Alpine 3.20 for Erlang 25, 26, and 27.
  • Loading branch information
mkonrad authored Nov 11, 2024
1 parent 42839b8 commit bf1c376
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 25/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.20

ENV OTP_VERSION="25.3.2.13" \
REBAR3_VERSION="3.24.0"
Expand Down
2 changes: 1 addition & 1 deletion 26/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.20

ENV OTP_VERSION="26.2.5.2" \
REBAR3_VERSION="3.24.0"
Expand Down
2 changes: 1 addition & 1 deletion 27/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.20

ENV OTP_VERSION="27.1.2" \
REBAR3_VERSION="3.24.0"
Expand Down

0 comments on commit bf1c376

Please sign in to comment.