From 09334274dfa50c0d559af67376f53731498b252e Mon Sep 17 00:00:00 2001 From: benbot Date: Fri, 27 Oct 2023 01:59:02 -0400 Subject: [PATCH] Adds dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f1070b..776b762 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Elixir runtime as a parent image -FROM elixir:1.12-slim AS build +FROM elixir:1.15.6-slim AS build # Set the environment to production ENV MIX_ENV=prod