Skip to content

Commit 738188b

Browse files
committed
Version 1.7.0
1 parent 664c845 commit 738188b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ LABEL maintainer="Paul Schoenfelder <[email protected]>"
66
# is updated with the current date. It will force refresh of all
77
# of the base images and things like `apt-get update` won't be using
88
# old cached versions when the Dockerfile is built.
9-
ENV REFRESHED_AT=2018-07-23 \
10-
ELIXIR_VERSION=v1.6.6
9+
ENV REFRESHED_AT=2018-07-25 \
10+
ELIXIR_VERSION=v1.7.0
1111

1212
WORKDIR /tmp/elixir-build
1313

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.6
1+
1.7.0

0 commit comments

Comments
 (0)