Skip to content

Commit

Permalink
Merge pull request bitwalker#40 from flowerett/update-to-1-7-4
Browse files Browse the repository at this point in the history
Bump to 1.8.0
  • Loading branch information
bitwalker authored Jan 16, 2019
2 parents ec980bc + ad8c65d commit 94b3210
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM bitwalker/alpine-elixir:1.7.3
FROM bitwalker/alpine-elixir:1.8.0
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=2018-08-30 \
ENV REFRESHED_AT=2019-01-15 \
# Set this so that CTRL+G works properly
TERM=xterm

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

0 comments on commit 94b3210

Please sign in to comment.