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/otp 24.3.4.1 #12600

Merged
merged 1 commit into from
Jun 8, 2022
Merged

erlang/otp 24.3.4.1 #12600

merged 1 commit into from
Jun 8, 2022

Conversation

getong
Copy link
Contributor

@getong getong commented Jun 8, 2022

No description provided.

@github-actions
Copy link

github-actions bot commented Jun 8, 2022

Diff for 19d680d:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 3b38ef5..939035c 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -81,19 +81,19 @@ Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: b601ac7f8b36743a777a7d30b99fc9b4ce99819d
 Directory: 23/slim
 
-Tags: 24.3.4.0, 24.3.4, 24.3, 24
+Tags: 24.3.4.1, 24.3.4, 24.3, 24
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: b601ac7f8b36743a777a7d30b99fc9b4ce99819d
+GitCommit: 2677a7c40bab4c4135435b97cf75b9802dc91a2d
 Directory: 24
 
-Tags: 24.3.4.0-alpine, 24.3.4-alpine, 24.3-alpine, 24-alpine
+Tags: 24.3.4.1-alpine, 24.3.4-alpine, 24.3-alpine, 24-alpine
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: b601ac7f8b36743a777a7d30b99fc9b4ce99819d
+GitCommit: 2677a7c40bab4c4135435b97cf75b9802dc91a2d
 Directory: 24/alpine
 
-Tags: 24.3.4.0-slim, 24.3.4-slim, 24.3-slim, 24-slim
+Tags: 24.3.4.1-slim, 24.3.4-slim, 24.3-slim, 24-slim
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: b601ac7f8b36743a777a7d30b99fc9b4ce99819d
+GitCommit: 2677a7c40bab4c4135435b97cf75b9802dc91a2d
 Directory: 24/slim
 
 Tags: 25.0.0.0, 25.0.0, 25.0, 25, latest
diff --git a/_bashbrew-list b/_bashbrew-list
index 9460000..6f332f8 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -71,9 +71,9 @@ erlang:24.3-slim
 erlang:24.3.4
 erlang:24.3.4-alpine
 erlang:24.3.4-slim
-erlang:24.3.4.0
-erlang:24.3.4.0-alpine
-erlang:24.3.4.0-slim
+erlang:24.3.4.1
+erlang:24.3.4.1-alpine
+erlang:24.3.4.1-slim
 erlang:25
 erlang:25-alpine
 erlang:25-slim
diff --git a/erlang_24-alpine/Dockerfile b/erlang_24-alpine/Dockerfile
index 1256eeb..c69a4ef 100644
--- a/erlang_24-alpine/Dockerfile
+++ b/erlang_24-alpine/Dockerfile
@@ -1,13 +1,13 @@
 FROM alpine:3.15
 
-ENV OTP_VERSION="24.3.4" \
+ENV OTP_VERSION="24.3.4.1" \
     REBAR3_VERSION="3.18.0"
 
 LABEL org.opencontainers.image.version=$OTP_VERSION
 
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="e59bedbb871af52244ca5284fd0a572d52128abd4decf4347fe2aef047b65c58" \
+	&& OTP_DOWNLOAD_SHA256="98363e5489356ed4fb3616e44d430b3daf5bb286be800d1c331fba8ef35ca3a0" \
 	&& REBAR3_DOWNLOAD_SHA256="cce1925d33240d81d0e4d2de2eef3616d4c17b0532ed004274f875e6607d25d2" \
 	&& apk add --no-cache --virtual .fetch-deps \
 		curl \
diff --git a/erlang_24-slim/Dockerfile b/erlang_24-slim/Dockerfile
index 47bbfc7..eb37e82 100644
--- a/erlang_24-slim/Dockerfile
+++ b/erlang_24-slim/Dockerfile
@@ -1,6 +1,6 @@
 FROM debian:bullseye
 
-ENV OTP_VERSION="24.3.4" \
+ENV OTP_VERSION="24.3.4.1" \
     REBAR3_VERSION="3.18.0"
 
 LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
 # sure our final image contains only what we've just built:
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="e59bedbb871af52244ca5284fd0a572d52128abd4decf4347fe2aef047b65c58" \
+	&& OTP_DOWNLOAD_SHA256="98363e5489356ed4fb3616e44d430b3daf5bb286be800d1c331fba8ef35ca3a0" \
 	&& fetchDeps=' \
 		curl \
 		ca-certificates' \
diff --git a/erlang_24/Dockerfile b/erlang_24/Dockerfile
index 9d2ed24..1342258 100644
--- a/erlang_24/Dockerfile
+++ b/erlang_24/Dockerfile
@@ -1,6 +1,6 @@
 FROM buildpack-deps:bullseye
 
-ENV OTP_VERSION="24.3.4" \
+ENV OTP_VERSION="24.3.4.1" \
     REBAR3_VERSION="3.18.0"
 
 LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
 # build process:
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="e59bedbb871af52244ca5284fd0a572d52128abd4decf4347fe2aef047b65c58" \
+	&& OTP_DOWNLOAD_SHA256="98363e5489356ed4fb3616e44d430b3daf5bb286be800d1c331fba8ef35ca3a0" \
 	&& runtimeDeps='libodbc1 \
 			libsctp1 \
 			libwxgtk3.0' \

Relevant Maintainers:

@tianon
Copy link
Member

tianon commented Jun 8, 2022

CI failure is #12477 (comment) 🙈

(Alpine 3.12 is EOL)

@yosifkit
Copy link
Member

yosifkit commented Jun 8, 2022

I'll merge to get the new release built since the images with outdated an alpine version are not being changed.

@yosifkit yosifkit merged commit f426541 into docker-library:master Jun 8, 2022
@getong getong deleted the erlang-24.3.4.1 branch December 23, 2023 22:22
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.

None yet

3 participants