Skip to content

Commit

Permalink
Upgrade to Elixir 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielpra1 committed Jul 22, 2019
1 parent 08b91fc commit 0ddaea7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM bitwalker/alpine-elixir:1.9.0
FROM bitwalker/alpine-elixir:1.9.1

MAINTAINER Paul Schoenfelder <paulschoenfelder@gmail.com>

# Important! Update this no-op ENV variable when this Dockerfile
# is updated with the current date. It will force refresh of all
# of the base images and things like `apt-get update` won't be using
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT=2019-06-26
ENV REFRESHED_AT=2019-07-22

# Install NPM
RUN \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This Dockerfile provides everything you need to run your Phoenix application in Docker out of the box.

It is based on my `alpine-erlang` image, and installs Elixir (1.9.0), Node.js (10.16.x), Hex and Rebar. It can handle compiling
It is based on my `alpine-erlang` image, and installs Elixir (1.9.1), Node.js (10.16.x), Hex and Rebar. It can handle compiling
your Node and Elixir dependencies as part of it's build.

## Usage
Expand All @@ -18,7 +18,7 @@ To boot straight to a prompt in the image:
$ docker run --rm -it --user=1000001 bitwalker/alpine-elixir-phoenix iex
Erlang/OTP 21 [erts-10.1.1] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe]
Interactive Elixir (1.8.0) - press Ctrl+C to exit (type h() ENTER for help)
Interactive Elixir (1.9.1) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)>
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.9.1

0 comments on commit 0ddaea7

Please sign in to comment.