From 01e8e90d2292da4fd6b7f5e36070f748bfbe23ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 05:28:54 +0000 Subject: [PATCH] Bump elixir from 1.11.2-alpine to 1.11.3-alpine Bumps elixir from 1.11.2-alpine to 1.11.3-alpine. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2789003..8d6a6d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir:1.11.2-alpine +FROM elixir:1.11.3-alpine ENV UID=911 GID=911 \ MIX_ENV=prod