From bf1c3767cb5bd6fec1c6edc75a9fecdcddb42822 Mon Sep 17 00:00:00 2001 From: Michael Konrad <129560480+mkonrad@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:27:43 -0500 Subject: [PATCH] chore: update to Alpine 3.20 (#486) * chore: update to Alpine 3.20 * chore: update to Alpine 3.20 for Erlang 25, 26, and 27. --- 25/alpine/Dockerfile | 2 +- 26/alpine/Dockerfile | 2 +- 27/alpine/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/25/alpine/Dockerfile b/25/alpine/Dockerfile index b95e72d..54576f6 100644 --- a/25/alpine/Dockerfile +++ b/25/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 +FROM alpine:3.20 ENV OTP_VERSION="25.3.2.13" \ REBAR3_VERSION="3.24.0" diff --git a/26/alpine/Dockerfile b/26/alpine/Dockerfile index 410bcf4..aa8e681 100644 --- a/26/alpine/Dockerfile +++ b/26/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19 +FROM alpine:3.20 ENV OTP_VERSION="26.2.5.2" \ REBAR3_VERSION="3.24.0" diff --git a/27/alpine/Dockerfile b/27/alpine/Dockerfile index 3eb6f58..27f0b52 100644 --- a/27/alpine/Dockerfile +++ b/27/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19 +FROM alpine:3.20 ENV OTP_VERSION="27.1.2" \ REBAR3_VERSION="3.24.0"