From 7a3acafa9502715f50d045b72ace077f653154fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 05:28:40 +0000 Subject: [PATCH] Bump elixir from 1.10.4 to 1.11.4 Bumps elixir from 1.10.4 to 1.11.4. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 926547c..a52c236 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.11.4 as builder ENV MIX_ENV="prod" \ PORT="5000"