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.7 #8571

Merged
merged 1 commit into from
Aug 18, 2020
Merged

erlang/otp 22.3.4.7 #8571

merged 1 commit into from
Aug 18, 2020

Conversation

getong
Copy link
Contributor

@getong getong commented Aug 18, 2020

No description provided.

@github-actions
Copy link

Diff for c64d810:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 7562f83..383c42e 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.6, 22.3.4, 22.3, 22
+Tags: 22.3.4.7, 22.3.4, 22.3, 22
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 5451f5f3360f93a5e6f6a034088bddc94315bbb9
+GitCommit: 468ab458365f56f0b710437ea7c9c5642dd80a82
 Directory: 22
 
-Tags: 22.3.4.6-alpine, 22.3.4-alpine, 22.3-alpine, 22-alpine
+Tags: 22.3.4.7-alpine, 22.3.4-alpine, 22.3-alpine, 22-alpine
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 5451f5f3360f93a5e6f6a034088bddc94315bbb9
+GitCommit: 468ab458365f56f0b710437ea7c9c5642dd80a82
 Directory: 22/alpine
 
-Tags: 22.3.4.6-slim, 22.3.4-slim, 22.3-slim, 22-slim
+Tags: 22.3.4.7-slim, 22.3.4-slim, 22.3-slim, 22-slim
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 5451f5f3360f93a5e6f6a034088bddc94315bbb9
+GitCommit: 468ab458365f56f0b710437ea7c9c5642dd80a82
 Directory: 22/slim
 
 Tags: 23.0.3, 23.0, 23, latest
diff --git a/_bashbrew-list b/_bashbrew-list
index 548ca70..fb8e56f 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.6
-erlang:22.3.4.6-alpine
-erlang:22.3.4.6-slim
+erlang:22.3.4.7
+erlang:22.3.4.7-alpine
+erlang:22.3.4.7-slim
 erlang:23
 erlang:23-alpine
 erlang:23-slim
diff --git a/erlang_22-alpine/Dockerfile b/erlang_22-alpine/Dockerfile
index f688b91..8010df6 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.6" \
+ENV OTP_VERSION="22.3.4.7" \
     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="e78c14dd20856bf41dc5cd805a09faca2f21d4e5c4cb9a505bc27a8658344f6c" \
+	&& OTP_DOWNLOAD_SHA256="9bafa7a6040ecd18a0b0b05ed014bd186722ef4bf8925b70e9661d3eb5886e66" \
 	&& 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 787df07..8f45d08 100644
--- a/erlang_22-slim/Dockerfile
+++ b/erlang_22-slim/Dockerfile
@@ -1,6 +1,6 @@
 FROM debian:buster
 
-ENV OTP_VERSION="22.3.4.6"
+ENV OTP_VERSION="22.3.4.7"
 
 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="e78c14dd20856bf41dc5cd805a09faca2f21d4e5c4cb9a505bc27a8658344f6c" \
+	&& OTP_DOWNLOAD_SHA256="9bafa7a6040ecd18a0b0b05ed014bd186722ef4bf8925b70e9661d3eb5886e66" \
 	&& fetchDeps=' \
 		curl \
 		ca-certificates' \
diff --git a/erlang_22/Dockerfile b/erlang_22/Dockerfile
index 3784efa..76db1b4 100644
--- a/erlang_22/Dockerfile
+++ b/erlang_22/Dockerfile
@@ -1,6 +1,6 @@
 FROM buildpack-deps:buster
 
-ENV OTP_VERSION="22.3.4.6" \
+ENV OTP_VERSION="22.3.4.7" \
     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="e78c14dd20856bf41dc5cd805a09faca2f21d4e5c4cb9a505bc27a8658344f6c" \
+	&& OTP_DOWNLOAD_SHA256="9bafa7a6040ecd18a0b0b05ed014bd186722ef4bf8925b70e9661d3eb5886e66" \
 	&& runtimeDeps='libodbc1 \
 			libsctp1 \
 			libwxgtk3.0' \

@tianon tianon merged commit 5bf3563 into docker-library:master Aug 18, 2020
@getong getong deleted the erlang-22.3.4.7 branch August 19, 2020 02:00
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