From 864754639c312ac68311c341b4a90082f55a6cf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Apr 2021 01:01:14 +0200 Subject: [PATCH] Bump elixir from 1.11.2-alpine to 1.11.4-alpine (#26) Bumps elixir from 1.11.2-alpine to 1.11.4-alpine. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2789003..885899e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir:1.11.2-alpine +FROM elixir:1.11.4-alpine ENV UID=911 GID=911 \ MIX_ENV=prod