Skip to content

Commit

Permalink
Bump Elixir and Erlang versions [patch]
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDryga committed Jan 13, 2018
1 parent 44b10da commit 9a34c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nebo15/alpine-elixir:1.5.1 as builder
FROM nebo15/alpine-elixir:1.5.3 as builder
MAINTAINER Nebo#15 [email protected]

# Always build with production environment
Expand Down Expand Up @@ -41,7 +41,7 @@ RUN set -xe; \
# We are using Linux Alpine image with pre-installed Erlang,
# pure alpine with ERTS from tarball won't work because Erlang VM
# has lots of native dependencies
FROM nebo15/alpine-erlang:20.0.4
FROM nebo15/alpine-erlang:20.2.2
MAINTAINER Nebo#15 [email protected]

ENV \
Expand Down

0 comments on commit 9a34c36

Please sign in to comment.