diff --git a/Dockerfile b/Dockerfile index ea6c1b83..afffc6ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,7 +71,7 @@ RUN mix do deps.get, deps.compile, assets.deploy, release --overwrite # Stage: runtime ######################################################################## -FROM alpine:3.18.5 as runtime +FROM alpine:3.19.0 as runtime ENV APP_HOME=/opt/app WORKDIR $APP_HOME