From 218c735d75b9db24e3e68c1279b17ff3b4da8b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Jan 2021 00:38:16 +0100 Subject: [PATCH] Bump elixir from 1.10.4-alpine to 1.11.2-alpine (#20) Bumps elixir from 1.10.4-alpine to 1.11.2-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 8767ea3..2789003 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir:1.10.4-alpine +FROM elixir:1.11.2-alpine ENV UID=911 GID=911 \ MIX_ENV=prod