From 08d4f5c4a273642a3e372c7a2462518fc4ec73aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 05:26:20 +0000 Subject: [PATCH] Bump elixir from 1.10.4 to 1.12.0 Bumps elixir from 1.10.4 to 1.12.0. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 926547c..06c2e38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Set the Docker image you want to base your image off. -FROM elixir:1.10.4 as builder +FROM elixir:1.12.0 as builder ENV MIX_ENV="prod" \ PORT="5000"