diff --git a/Dockerfile b/Dockerfile index ca36e86..31fa54c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN apk add -u -t build-tools curl git && \ # # Runtime container # -FROM alpine:3.22.2 +FROM alpine:3.23.2 WORKDIR /app