Merged
Conversation
Member
- elixir:
- commit 15fb5b2b32108e410678e6b87f1ef219f9b514b4:
- is not in the specified ref GitFetch: refs/heads/masterTo fix the (new) CI failure (#11071), you'll have to wait until your PR there is merged (erlef/docker-elixir#29) so that the commit is part of the erlef/docker-elixir repo in the master branch. |
9be5b9b to
05af10d
Compare
Diff for 05af10d:diff --git a/_bashbrew-cat b/_bashbrew-cat
index e8cdd7e..adedb23 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -126,17 +126,17 @@ Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: a7a9a8ecd02b6e31e93cfa13d8c18de0328f6e1a
Directory: 1.12/slim
-Tags: 1.13.0-rc.0, 1.13.0-rc, 1.13
+Tags: 1.13.0-rc.1, 1.13.0-rc, 1.13
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 4ae998e06929b1f2532fe1ca7ed85743f77e6095
+GitCommit: 15fb5b2b32108e410678e6b87f1ef219f9b514b4
Directory: 1.13
-Tags: 1.13.0-rc.0-alpine, 1.13.0-rc-alpine, 1.13-alpine
+Tags: 1.13.0-rc.1-alpine, 1.13.0-rc-alpine, 1.13-alpine
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 4ae998e06929b1f2532fe1ca7ed85743f77e6095
+GitCommit: 15fb5b2b32108e410678e6b87f1ef219f9b514b4
Directory: 1.13/alpine
-Tags: 1.13.0-rc.0-slim, 1.13.0-rc-slim, 1.13-slim
+Tags: 1.13.0-rc.1-slim, 1.13.0-rc-slim, 1.13-slim
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 4ae998e06929b1f2532fe1ca7ed85743f77e6095
+GitCommit: 15fb5b2b32108e410678e6b87f1ef219f9b514b4
Directory: 1.13/slim
diff --git a/_bashbrew-list b/_bashbrew-list
index 004e30b..f6dab96 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -54,9 +54,9 @@ elixir:1.13-slim
elixir:1.13.0-rc
elixir:1.13.0-rc-alpine
elixir:1.13.0-rc-slim
-elixir:1.13.0-rc.0
-elixir:1.13.0-rc.0-alpine
-elixir:1.13.0-rc.0-slim
+elixir:1.13.0-rc.1
+elixir:1.13.0-rc.1-alpine
+elixir:1.13.0-rc.1-slim
elixir:alpine
elixir:latest
elixir:slim
diff --git a/elixir_1.13-alpine/Dockerfile b/elixir_1.13-alpine/Dockerfile
index d7b25dc..304ab24 100644
--- a/elixir_1.13-alpine/Dockerfile
+++ b/elixir_1.13-alpine/Dockerfile
@@ -1,12 +1,12 @@
FROM erlang:24-alpine
# elixir expects utf8.
-ENV ELIXIR_VERSION="v1.13.0-rc.0" \
+ENV ELIXIR_VERSION="v1.13.0-rc.1" \
LANG=C.UTF-8
RUN set -xe \
&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/archive/${ELIXIR_VERSION}.tar.gz" \
- && ELIXIR_DOWNLOAD_SHA256="8bb87fb02da452dd5f92c3f77e5bf1458018cfe4be0f8c33121e621278375e11" \
+ && ELIXIR_DOWNLOAD_SHA256="8506291ce44016e17162aab911f721f474defe3f1eaf640923d0bcffdfb55bbe" \
&& buildDeps=' \
ca-certificates \
curl \
diff --git a/elixir_1.13-slim/Dockerfile b/elixir_1.13-slim/Dockerfile
index db4d98e..baf07d0 100644
--- a/elixir_1.13-slim/Dockerfile
+++ b/elixir_1.13-slim/Dockerfile
@@ -1,12 +1,12 @@
FROM erlang:24-slim
# elixir expects utf8.
-ENV ELIXIR_VERSION="v1.13.0-rc.0" \
+ENV ELIXIR_VERSION="v1.13.0-rc.1" \
LANG=C.UTF-8
RUN set -xe \
&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/archive/${ELIXIR_VERSION}.tar.gz" \
- && ELIXIR_DOWNLOAD_SHA256="8bb87fb02da452dd5f92c3f77e5bf1458018cfe4be0f8c33121e621278375e11" \
+ && ELIXIR_DOWNLOAD_SHA256="8506291ce44016e17162aab911f721f474defe3f1eaf640923d0bcffdfb55bbe" \
&& buildDeps=' \
ca-certificates \
curl \
diff --git a/elixir_1.13/Dockerfile b/elixir_1.13/Dockerfile
index c8b2a91..b9f3607 100644
--- a/elixir_1.13/Dockerfile
+++ b/elixir_1.13/Dockerfile
@@ -1,12 +1,12 @@
FROM erlang:24
# elixir expects utf8.
-ENV ELIXIR_VERSION="v1.13.0-rc.0" \
+ENV ELIXIR_VERSION="v1.13.0-rc.1" \
LANG=C.UTF-8
RUN set -xe \
&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/archive/${ELIXIR_VERSION}.tar.gz" \
- && ELIXIR_DOWNLOAD_SHA256="8bb87fb02da452dd5f92c3f77e5bf1458018cfe4be0f8c33121e621278375e11" \
+ && ELIXIR_DOWNLOAD_SHA256="8506291ce44016e17162aab911f721f474defe3f1eaf640923d0bcffdfb55bbe" \
&& curl -fSL -o elixir-src.tar.gz $ELIXIR_DOWNLOAD_URL \
&& echo "$ELIXIR_DOWNLOAD_SHA256 elixir-src.tar.gz" | sha256sum -c - \
&& mkdir -p /usr/local/src/elixir \Relevant Maintainers:
|
Contributor
Author
|
I am sorry, I merged it in my computer, but failed to push it to upstream. It was the network failure. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.