From e78d2d98da1251d60dcff3b863857eb2c69b0bfa Mon Sep 17 00:00:00 2001 From: doesnm Date: Mon, 29 Jun 2026 10:31:56 +0000 Subject: [PATCH] update base image from 3.19 to 3.24 --- dist/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Containerfile b/dist/Containerfile index ecfe27b..3e5ad1e 100644 --- a/dist/Containerfile +++ b/dist/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/alpine:3.19 +FROM docker.io/alpine:3.24 ENV MIX_ENV=prod