-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Bumps elixir to 1.4.1 #2592
Merged
Merged
Bumps elixir to 1.4.1 #2592
Conversation
This file contains 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
c0b/docker-elixir#23 merged already; wait @yosifkit or @tianon do the usual work here |
diff --git a/elixir_latest/Dockerfile b/elixir_latest/Dockerfile
index 217b235..79338cd 100644
--- a/elixir_latest/Dockerfile
+++ b/elixir_latest/Dockerfile
@@ -1,12 +1,12 @@
FROM erlang:19
# elixir expects utf8.
-ENV ELIXIR_VERSION="v1.4.0" \
+ENV ELIXIR_VERSION="v1.4.1" \
LANG=C.UTF-8
RUN set -xe \
&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" \
- && ELIXIR_DOWNLOAD_SHA256="60d077bc242e65f4f430beb43c968b5632dfb07ec89a7d689da254ffdc791b98"\
+ && ELIXIR_DOWNLOAD_SHA256="c057da76e0fed7097cce468eb6e22993901f888ca32af363ac542c11a674d805"\
&& buildDeps=' \
unzip \
' \
diff --git a/elixir_slim/Dockerfile b/elixir_slim/Dockerfile
index 3625ccc..416b410 100644
--- a/elixir_slim/Dockerfile
+++ b/elixir_slim/Dockerfile
@@ -2,12 +2,12 @@
FROM erlang:19-slim
# elixir expects utf8.
-ENV ELIXIR_VERSION="v1.4.0" \
+ENV ELIXIR_VERSION="v1.4.1" \
LANG=C.UTF-8
RUN set -xe \
&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" \
- && ELIXIR_DOWNLOAD_SHA256="60d077bc242e65f4f430beb43c968b5632dfb07ec89a7d689da254ffdc791b98"\
+ && ELIXIR_DOWNLOAD_SHA256="c057da76e0fed7097cce468eb6e22993901f888ca32af363ac542c11a674d805"\
&& buildDeps=' \
ca-certificates \
curl \ |
LGTM Build test of #2592; 3d6c20f ( $ bashbrew build elixir:1.4.1
Building bashbrew/cache:1ff3fcdcacd8007b522335d69c230c913d58f143210887e91859466dc37336f2 (elixir:1.4.1)
Tagging elixir:1.4.1
Tagging elixir:1.4
Tagging elixir:latest
$ test/run.sh elixir:1.4.1
testing elixir:1.4.1
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'elixir-hello-world' [5/5]...passed
$ bashbrew build elixir:1.4.1-slim
Building bashbrew/cache:07fe807e49affa0de778ef7e7783bb0f4de4ec4e5db6f108407505378b5dc3f7 (elixir:1.4.1-slim)
Tagging elixir:1.4.1-slim
Tagging elixir:1.4-slim
Tagging elixir:slim
$ test/run.sh elixir:1.4.1-slim
testing elixir:1.4.1-slim
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'elixir-hello-world' [5/5]...passed
$ bashbrew build elixir:1.3.4
Using bashbrew/cache:adec8a2195d48ff6a2e5460be6ccc9e7b9c58f90b6960657fa9eb275e179759b (elixir:1.3.4)
Tagging elixir:1.3.4
Tagging elixir:1.3
$ test/run.sh elixir:1.3.4
testing elixir:1.3.4
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'elixir-hello-world' [5/5]...passed
$ bashbrew build elixir:1.3.4-slim
Using bashbrew/cache:df782fcd822901f0885df16612ecf0e1eb55c89c33771ec55be967a7aea310a7 (elixir:1.3.4-slim)
Tagging elixir:1.3.4-slim
Tagging elixir:1.3-slim
$ test/run.sh elixir:1.3.4-slim
testing elixir:1.3.4-slim
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'elixir-hello-world' [5/5]...passed
$ bashbrew build elixir:1.2.6
Using bashbrew/cache:1491d35c7527d9eae7371f638c5f7f0c00e801d657d25b8a917593a0dfb9bfd0 (elixir:1.2.6)
Tagging elixir:1.2.6
Tagging elixir:1.2
$ test/run.sh elixir:1.2.6
testing elixir:1.2.6
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'elixir-hello-world' [5/5]...passed
$ bashbrew build elixir:1.2.6-slim
Using bashbrew/cache:b2613d0e5074660c9b88c5aa1b236444109527404935c48f5d7336bdfc528139 (elixir:1.2.6-slim)
Tagging elixir:1.2.6-slim
Tagging elixir:1.2-slim
$ test/run.sh elixir:1.2.6-slim
testing elixir:1.2.6-slim
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'elixir-hello-world' [5/5]...passed
|
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.
Upgraded in: c0b/docker-elixir#23
Please wait until that PR is merged before you go ahead with this one.
Cheers 🍻!