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 20.3.8.19, rebar3 3.9.0 #5448

Closed
wants to merge 1 commit into from

Conversation

getong
Copy link
Contributor

@getong getong commented Feb 15, 2019

No description provided.

@yosifkit
Copy link
Member

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index 3e88860..8a3e89d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -23,9 +23,9 @@ erlang:20.3-slim
 erlang:20.3.8
 erlang:20.3.8-alpine
 erlang:20.3.8-slim
-erlang:20.3.8.18
-erlang:20.3.8.18-alpine
-erlang:20.3.8.18-slim
+erlang:20.3.8.19
+erlang:20.3.8.19-alpine
+erlang:20.3.8.19-slim
 erlang:21
 erlang:21-alpine
 erlang:21-slim
diff --git a/erlang_20-alpine/Dockerfile b/erlang_20-alpine/Dockerfile
index ac5e905..b188897 100644
--- a/erlang_20-alpine/Dockerfile
+++ b/erlang_20-alpine/Dockerfile
@@ -1,12 +1,12 @@
 FROM alpine:3.8
 
-ENV OTP_VERSION="20.3.8.18" \
-     REBAR3_VERSION="3.8.0"
+ENV OTP_VERSION="20.3.8.19" \
+     REBAR3_VERSION="3.9.0"
 
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="b3f4a353b633d4267a23a9b3d77c74b19b100545207e6b6bd065cde265395024" \
-	&& REBAR3_DOWNLOAD_SHA256="fc4d08037d39bcc651a4a749f8a5b1a10b2205527df834c2aee8f60725c3f431" \
+	&& OTP_DOWNLOAD_SHA256="8603988f6f73c07a290942b195a6bdd135276b96f1422dbc1e022b41583fbec4" \
+	&& REBAR3_DOWNLOAD_SHA256="9ea73ce4e60ad4b3108641eae73b4098fadb510142e672ad8e3a793f57e9f992" \
 	&& apk add --no-cache --virtual .fetch-deps \
 		curl \
 		ca-certificates \
diff --git a/erlang_20-slim/Dockerfile b/erlang_20-slim/Dockerfile
index e18f792..961cba1 100644
--- a/erlang_20-slim/Dockerfile
+++ b/erlang_20-slim/Dockerfile
@@ -1,12 +1,12 @@
 FROM debian:stretch
 
-ENV OTP_VERSION="20.3.8.18"
+ENV OTP_VERSION="20.3.8.19"
 
 # We'll install the build dependencies, and purge them on the last step to make
 # 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="b3f4a353b633d4267a23a9b3d77c74b19b100545207e6b6bd065cde265395024" \
+	&& OTP_DOWNLOAD_SHA256="8603988f6f73c07a290942b195a6bdd135276b96f1422dbc1e022b41583fbec4" \
 	&& fetchDeps=' \
 		curl \
 		ca-certificates' \
diff --git a/erlang_20/Dockerfile b/erlang_20/Dockerfile
index 5c82188..0e1cdeb 100644
--- a/erlang_20/Dockerfile
+++ b/erlang_20/Dockerfile
@@ -1,12 +1,12 @@
 FROM buildpack-deps:stretch
 
-ENV OTP_VERSION="20.3.8.18"
+ENV OTP_VERSION="20.3.8.19"
 
 # We'll install the build dependencies for erlang-odbc along with the erlang
 # build process:
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="b3f4a353b633d4267a23a9b3d77c74b19b100545207e6b6bd065cde265395024" \
+	&& OTP_DOWNLOAD_SHA256="8603988f6f73c07a290942b195a6bdd135276b96f1422dbc1e022b41583fbec4" \
 	&& runtimeDeps='libodbc1 \
 			libsctp1 \
 			libwxgtk3.0' \
@@ -51,11 +51,11 @@ RUN set -xe \
 	&& install -v ./rebar /usr/local/bin/ \
 	&& rm -rf /usr/src/rebar-src
 
-ENV REBAR3_VERSION="3.8.0"
+ENV REBAR3_VERSION="3.9.0"
 
 RUN set -xe \
 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
-	&& REBAR3_DOWNLOAD_SHA256="fc4d08037d39bcc651a4a749f8a5b1a10b2205527df834c2aee8f60725c3f431" \
+	&& REBAR3_DOWNLOAD_SHA256="9ea73ce4e60ad4b3108641eae73b4098fadb510142e672ad8e3a793f57e9f992" \
 	&& mkdir -p /usr/src/rebar3-src \
 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \

@tianon
Copy link
Member

tianon commented Feb 20, 2019

Skipping in favor of #5453. 👍

@tianon tianon closed this Feb 20, 2019
@getong getong deleted the erlang-20.3.8.19 branch February 21, 2019 00:12
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.

4 participants