We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664c845 commit 738188bCopy full SHA for 738188b
Dockerfile
@@ -6,8 +6,8 @@ LABEL maintainer="Paul Schoenfelder <[email protected]>"
6
# is updated with the current date. It will force refresh of all
7
# of the base images and things like `apt-get update` won't be using
8
# old cached versions when the Dockerfile is built.
9
-ENV REFRESHED_AT=2018-07-23 \
10
- ELIXIR_VERSION=v1.6.6
+ENV REFRESHED_AT=2018-07-25 \
+ ELIXIR_VERSION=v1.7.0
11
12
WORKDIR /tmp/elixir-build
13
VERSION
@@ -1 +1 @@
1
-1.6.6
+1.7.0
0 commit comments