diff --git a/Dockerfile b/Dockerfile index 23fc9ba..5ea2d70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN mix compile RUN mix escript.build # Runtime stage -FROM alpine:3.18.4 +FROM alpine:3.22.2 # Install runtime dependencies RUN apk add --no-cache \