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 22.3.4.5 #8478

Merged
merged 1 commit into from
Aug 3, 2020
Merged

Conversation

getong
Copy link
Contributor

@getong getong commented Aug 3, 2020

No description provided.

@github-actions
Copy link

github-actions bot commented Aug 3, 2020

Diff for 812bbe0:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 2b22014..92cdcaa 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -51,19 +51,19 @@ Architectures: amd64, arm32v7, arm64v8, i386
 GitCommit: 0e7cc44242f6cf9e6ac84925f70ead97fda96c43
 Directory: 21/slim
 
-Tags: 22.3.4.4, 22.3.4, 22.3, 22
+Tags: 22.3.4.5, 22.3.4, 22.3, 22
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 32e4b1c8ac7f1d8aad76e5331ba509a35cb16d75
+GitCommit: c555ba9ce13ac5ea2d61342adfb7711c2cf3581a
 Directory: 22
 
-Tags: 22.3.4.4-alpine, 22.3.4-alpine, 22.3-alpine, 22-alpine
+Tags: 22.3.4.5-alpine, 22.3.4-alpine, 22.3-alpine, 22-alpine
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 32e4b1c8ac7f1d8aad76e5331ba509a35cb16d75
+GitCommit: c555ba9ce13ac5ea2d61342adfb7711c2cf3581a
 Directory: 22/alpine
 
-Tags: 22.3.4.4-slim, 22.3.4-slim, 22.3-slim, 22-slim
+Tags: 22.3.4.5-slim, 22.3.4-slim, 22.3-slim, 22-slim
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 32e4b1c8ac7f1d8aad76e5331ba509a35cb16d75
+GitCommit: c555ba9ce13ac5ea2d61342adfb7711c2cf3581a
 Directory: 22/slim
 
 Tags: 23.0.3, 23.0, 23, latest
diff --git a/_bashbrew-list b/_bashbrew-list
index 6a43b05..e815db8 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -47,9 +47,9 @@ erlang:22.3-slim
 erlang:22.3.4
 erlang:22.3.4-alpine
 erlang:22.3.4-slim
-erlang:22.3.4.4
-erlang:22.3.4.4-alpine
-erlang:22.3.4.4-slim
+erlang:22.3.4.5
+erlang:22.3.4.5-alpine
+erlang:22.3.4.5-slim
 erlang:23
 erlang:23-alpine
 erlang:23-slim
diff --git a/erlang_22-alpine/Dockerfile b/erlang_22-alpine/Dockerfile
index 9753b52..1487dce 100644
--- a/erlang_22-alpine/Dockerfile
+++ b/erlang_22-alpine/Dockerfile
@@ -1,13 +1,13 @@
 FROM alpine:3.11
 
-ENV OTP_VERSION="22.3.4.4" \
+ENV OTP_VERSION="22.3.4.5" \
     REBAR3_VERSION="3.13.2"
 
 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="8dd1f21eadf5973f3278a4035a629f538bfbe3664679b45fe1d94b65f2f4a716" \
+	&& OTP_DOWNLOAD_SHA256="6117318970bf5d83d52aa1d782078f78803279f4a46a390adcbd29dc0bc617bc" \
 	&& REBAR3_DOWNLOAD_SHA256="e14cdc1f5b7d363a238a9f555f89e878bc4fc836c970571b41b90ee947f91505" \
 	&& apk add --no-cache --virtual .fetch-deps \
 		curl \
diff --git a/erlang_22-slim/Dockerfile b/erlang_22-slim/Dockerfile
index 9352dc5..6147f32 100644
--- a/erlang_22-slim/Dockerfile
+++ b/erlang_22-slim/Dockerfile
@@ -1,6 +1,6 @@
 FROM debian:buster
 
-ENV OTP_VERSION="22.3.4.4"
+ENV OTP_VERSION="22.3.4.5"
 
 LABEL org.opencontainers.image.version=$OTP_VERSION
 
@@ -8,7 +8,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="8dd1f21eadf5973f3278a4035a629f538bfbe3664679b45fe1d94b65f2f4a716" \
+	&& OTP_DOWNLOAD_SHA256="6117318970bf5d83d52aa1d782078f78803279f4a46a390adcbd29dc0bc617bc" \
 	&& fetchDeps=' \
 		curl \
 		ca-certificates' \
diff --git a/erlang_22/Dockerfile b/erlang_22/Dockerfile
index 712c656..8a28ae3 100644
--- a/erlang_22/Dockerfile
+++ b/erlang_22/Dockerfile
@@ -1,6 +1,6 @@
 FROM buildpack-deps:buster
 
-ENV OTP_VERSION="22.3.4.4" \
+ENV OTP_VERSION="22.3.4.5" \
     REBAR3_VERSION="3.13.2"
 
 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="8dd1f21eadf5973f3278a4035a629f538bfbe3664679b45fe1d94b65f2f4a716" \
+	&& OTP_DOWNLOAD_SHA256="6117318970bf5d83d52aa1d782078f78803279f4a46a390adcbd29dc0bc617bc" \
 	&& runtimeDeps='libodbc1 \
 			libsctp1 \
 			libwxgtk3.0' \

@yosifkit yosifkit merged commit dd5e658 into docker-library:master Aug 3, 2020
@getong getong deleted the erlang-22.3.4.5 branch August 4, 2020 02:08
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.

2 participants