diff --git a/Dockerfile b/Dockerfile index 3a71d83..7de7a4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apk add -u -t build-tools curl git && \ # # Runtime container # -FROM alpine:3.16 +FROM alpine:3.21.2 RUN apk --no-cache add ca-certificates && mkdir -p /app