Skip to content

Commit

Permalink
chore: update to Alpine 3.20 for Erlang 25, 26, and 27.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkonrad committed Nov 10, 2024
1 parent 15cde41 commit 88f0a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit 88f0a3c

Please sign in to comment.