Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 00cc4ad

Browse files
benjamintanweihaoMichaelBitard
authored andcommitted
Upgrade to Elixir 1.6.3 (#2)
1 parent 4e159c5 commit 00cc4ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

elixir-build-env/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM easymile/elixir:1.6.0
1+
FROM easymile/elixir:1.6.3
22

33
MAINTAINER frederic.cabestre [at] easymile.com
44

elixir-dev-env/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM easymile/elixir-build-env:1.6.0
1+
FROM easymile/elixir-build-env:1.6.3
22

33
MAINTAINER frederic.cabestre [at] easymile.com
44

elixir/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM easymile/erlang:20.2.2
22

33
MAINTAINER frederic.cabestre [at] easymile.com
44

5-
ENV ELIXIR_VERSION 1.6.0
5+
ENV ELIXIR_VERSION 1.6.3
66

77
WORKDIR /usr/local
88

0 commit comments

Comments
 (0)