From a6a5584b5fc6d782aacca41cf92323977ff125f9 Mon Sep 17 00:00:00 2001 From: Paul Schoenfelder Date: Mon, 15 Mar 2021 01:46:52 -0400 Subject: [PATCH] Version 1.11.3 --- Dockerfile | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 886412e..f5808be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM bitwalker/alpine-elixir:1.11.0 +FROM bitwalker/alpine-elixir:1.11.3 MAINTAINER Paul Schoenfelder @@ -6,7 +6,7 @@ MAINTAINER Paul Schoenfelder # 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 \ diff --git a/VERSION b/VERSION index 1cac385..0a5af26 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.0 +1.11.3