Skip to content

Commit

Permalink
Use Elixir 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed Sep 2, 2015
1 parent a7fcdef commit 8a6e101
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion 1.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM azukiapp/erlang
MAINTAINER Azuki <[email protected]>

ENV ELIXIR_VERSION 1.0.5

# Install local Elixir hex and rebar
RUN apt-get -qq update \
&& apt-get install -qqy erlang-inets elixir \
&& apt-get install -y elixir=${ELIXIR_VERSION}-1 \
&& /usr/local/bin/mix local.hex --force \
&& /usr/local/bin/mix local.rebar --force \
&& apt-get autoremove --purge \
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Versions (tags)
---

<versions>
- [`latest`, `1`, `1.0`, `1.0.3`](https://github.com/azukiapp/docker-elixir/blob/master/1.0/Dockerfile)
- [`latest`, `1`, `1.0`, `1.0.5`](https://github.com/azukiapp/docker-elixir/blob/master/1.0/Dockerfile)
</versions>

Image content:
Expand All @@ -16,9 +16,6 @@ Image content:
- Ubuntu 14.04
- Git
- VIM

Database:

- Erlang
- Elixir

Expand Down

0 comments on commit 8a6e101

Please sign in to comment.