diff --git a/api/Dockerfile b/api/Dockerfile index bdb7b528f52..ed182ec6cfc 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -60,7 +60,7 @@ COPY ./install.sh /templates/install.sh ENTRYPOINT ["/entrypoint.sh"] # production stage -FROM alpine:3.20.3 AS production +FROM alpine:3.21.0 AS production RUN apk add curl