Skip to content

Commit

Permalink
Version 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Oct 17, 2019
1 parent cd858fa commit 0bea8dd
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,12 +1,12 @@
FROM bitwalker/alpine-elixir:1.9.1
FROM bitwalker/alpine-elixir:1.9.2

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-10-02
ENV REFRESHED_AT=2019-10-17

# Install NPM
RUN \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.1
1.9.2

0 comments on commit 0bea8dd

Please sign in to comment.