Skip to content

Commit

Permalink
Bump to elixir 1.9.4 (bitwalker#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasper authored and bitwalker committed Nov 8, 2019
1 parent c7e1d5b commit 9c9cda5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MAINTAINER Paul Schoenfelder <paulschoenfelder@gmail.com>
# 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-10-15 \
ELIXIR_VERSION=v1.9.2 \
ELIXIR_VERSION=v1.9.4 \
MIX_HOME=/opt/mix \
HEX_HOME=/opt/hex

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ To boot straight to a prompt in the image:
$ docker run --rm -it --user=root bitwalker/alpine-elixir iex
Erlang/OTP 22 [erts-10.3] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false]
Interactive Elixir (1.9.2) - press Ctrl+C to exit (type h() ENTER for help)
Interactive Elixir (1.9.4) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)>
```

Extending for your own application:

```dockerfile
FROM bitwalker/alpine-elixir:1.9.2
FROM bitwalker/alpine-elixir:1.9.4

# Set exposed ports
EXPOSE 5000
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.2
1.9.4

0 comments on commit 9c9cda5

Please sign in to comment.