Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

erlang by using alpine 3.20 #17877

Merged
merged 1 commit into from
Nov 11, 2024
Merged

Conversation

getong
Copy link
Contributor

@getong getong commented Nov 11, 2024

No description provided.

Copy link

Diff for a1896f7:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index ac10afb..121a877 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -23,7 +23,7 @@ Directory: 25
 
 Tags: 25.3.2.13-alpine, 25.3.2-alpine, 25.3-alpine, 25-alpine
 Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: 42839b88d99b77249ae634452f6dc972594805bc
+GitCommit: bf1c3767cb5bd6fec1c6edc75a9fecdcddb42822
 Directory: 25/alpine
 
 Tags: 25.3.2.13-slim, 25.3.2-slim, 25.3-slim, 25-slim
@@ -38,7 +38,7 @@ Directory: 26
 
 Tags: 26.2.5.2-alpine, 26.2.5-alpine, 26.2-alpine, 26-alpine
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 42839b88d99b77249ae634452f6dc972594805bc
+GitCommit: bf1c3767cb5bd6fec1c6edc75a9fecdcddb42822
 Directory: 26/alpine
 
 Tags: 26.2.5.2-slim, 26.2.5-slim, 26.2-slim, 26-slim
@@ -53,7 +53,7 @@ Directory: 27
 
 Tags: 27.1.2.0-alpine, 27.1.2-alpine, 27.1-alpine, 27-alpine, alpine
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 42839b88d99b77249ae634452f6dc972594805bc
+GitCommit: bf1c3767cb5bd6fec1c6edc75a9fecdcddb42822
 Directory: 27/alpine
 
 Tags: 27.1.2.0-slim, 27.1.2-slim, 27.1-slim, 27-slim, slim
diff --git a/erlang_25-alpine/Dockerfile b/erlang_25-alpine/Dockerfile
index b95e72d..54576f6 100644
--- a/erlang_25-alpine/Dockerfile
+++ b/erlang_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/erlang_26-alpine/Dockerfile b/erlang_26-alpine/Dockerfile
index 410bcf4..aa8e681 100644
--- a/erlang_26-alpine/Dockerfile
+++ b/erlang_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/erlang_alpine/Dockerfile b/erlang_alpine/Dockerfile
index 3eb6f58..27f0b52 100644
--- a/erlang_alpine/Dockerfile
+++ b/erlang_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"

Relevant Maintainers:

@yosifkit yosifkit merged commit 0a60af7 into docker-library:master Nov 11, 2024
17 checks passed
@getong getong deleted the erlang-alpine-3.20 branch November 12, 2024 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants