Skip to content

Commit

Permalink
Version 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Mar 15, 2021
1 parent 158e17c commit a6a5584
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.11.0
FROM bitwalker/alpine-elixir:1.11.3

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=2020-12-08
ENV REFRESHED_AT=2021-03-15

# 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.11.0
1.11.3

0 comments on commit a6a5584

Please sign in to comment.