From 24e0c70bcf7c5d03f94be343d6f2e2cf3787c2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Oct 2020 05:59:52 +0000 Subject: [PATCH] Bump elixir from 1.10.4-alpine to 1.11.1-alpine Bumps elixir from 1.10.4-alpine to 1.11.1-alpine. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8767ea3..843a4ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir:1.10.4-alpine +FROM elixir:1.11.1-alpine ENV UID=911 GID=911 \ MIX_ENV=prod