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.3 #8335

Merged
merged 1 commit into from
Jul 10, 2020
Merged

erlang/otp 22.3.4.3 #8335

merged 1 commit into from
Jul 10, 2020

Conversation

getong
Copy link
Contributor

@getong getong commented Jul 10, 2020

@github-actions
Copy link

Diff for c50e6a0:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index c969164..347a14a 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -51,19 +51,19 @@ Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 4c6605055beca4454ca1dadf24a6efd34114e1ce
 Directory: 21/slim
 
-Tags: 22.3.4.2, 22.3.4, 22.3, 22
+Tags: 22.3.4.3, 22.3.4, 22.3, 22
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: d6192bd5cd1fad841190697d636ad8a064178a95
+GitCommit: ad81251a67f669df6d613d5e0ed61d0654edc97b
 Directory: 22
 
-Tags: 22.3.4.2-alpine, 22.3.4-alpine, 22.3-alpine, 22-alpine
+Tags: 22.3.4.3-alpine, 22.3.4-alpine, 22.3-alpine, 22-alpine
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: d6192bd5cd1fad841190697d636ad8a064178a95
+GitCommit: ad81251a67f669df6d613d5e0ed61d0654edc97b
 Directory: 22/alpine
 
-Tags: 22.3.4.2-slim, 22.3.4-slim, 22.3-slim, 22-slim
+Tags: 22.3.4.3-slim, 22.3.4-slim, 22.3-slim, 22-slim
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: d6192bd5cd1fad841190697d636ad8a064178a95
+GitCommit: ad81251a67f669df6d613d5e0ed61d0654edc97b
 Directory: 22/slim
 
 Tags: 23.0.2, 23.0, 23, latest
diff --git a/_bashbrew-list b/_bashbrew-list
index 052e1bd..5d4d268 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.2
-erlang:22.3.4.2-alpine
-erlang:22.3.4.2-slim
+erlang:22.3.4.3
+erlang:22.3.4.3-alpine
+erlang:22.3.4.3-slim
 erlang:23
 erlang:23-alpine
 erlang:23-slim
diff --git a/erlang_22-alpine/Dockerfile b/erlang_22-alpine/Dockerfile
index 98918c3..02e36f0 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.2" \
+ENV OTP_VERSION="22.3.4.3" \
     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="722d53e8ae170080a85f25c10bd73dee99a81733ae684ea92a857c91f67deec3" \
+	&& OTP_DOWNLOAD_SHA256="557376f7fef07fd7f08eedebcd23de8c921d7dfc9430e214d29a4726d92537d2" \
 	&& 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 fbcc6a4..1c6d50e 100644
--- a/erlang_22-slim/Dockerfile
+++ b/erlang_22-slim/Dockerfile
@@ -1,6 +1,6 @@
 FROM debian:buster
 
-ENV OTP_VERSION="22.3.4.2"
+ENV OTP_VERSION="22.3.4.3"
 
 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="722d53e8ae170080a85f25c10bd73dee99a81733ae684ea92a857c91f67deec3" \
+	&& OTP_DOWNLOAD_SHA256="557376f7fef07fd7f08eedebcd23de8c921d7dfc9430e214d29a4726d92537d2" \
 	&& fetchDeps=' \
 		curl \
 		ca-certificates' \
diff --git a/erlang_22/Dockerfile b/erlang_22/Dockerfile
index ece880a..7f75c00 100644
--- a/erlang_22/Dockerfile
+++ b/erlang_22/Dockerfile
@@ -1,6 +1,6 @@
 FROM buildpack-deps:buster
 
-ENV OTP_VERSION="22.3.4.2" \
+ENV OTP_VERSION="22.3.4.3" \
     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="722d53e8ae170080a85f25c10bd73dee99a81733ae684ea92a857c91f67deec3" \
+	&& OTP_DOWNLOAD_SHA256="557376f7fef07fd7f08eedebcd23de8c921d7dfc9430e214d29a4726d92537d2" \
 	&& runtimeDeps='libodbc1 \
 			libsctp1 \
 			libwxgtk3.0' \

@yosifkit yosifkit merged commit 706f2ce into docker-library:master Jul 10, 2020
@getong getong deleted the erlang-22.3.4.3 branch July 11, 2020 00:10
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