From 243d36d4b43beb1020ec26bee81e18761bb11a1c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 07:40:42 +0000 Subject: [PATCH] Bump elixir from 1.8-alpine to 1.9.2-alpine Bumps elixir from 1.8-alpine to 1.9.2-alpine. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a72570..b7a5a10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir:1.8-alpine +FROM elixir:1.9.2-alpine EXPOSE 80