From 2f306b4cb052d4ea4273f1bdf010b9e1a2167969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 05:26:03 +0000 Subject: [PATCH] Bump elixir from 1.11.4-alpine to 1.12.0-alpine Bumps elixir from 1.11.4-alpine to 1.12.0-alpine. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 885899e..a1b215c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir:1.11.4-alpine +FROM elixir:1.12.0-alpine ENV UID=911 GID=911 \ MIX_ENV=prod