diff --git a/gateway/Dockerfile b/gateway/Dockerfile index 3c26a176a5b..cb79e7c5641 100644 --- a/gateway/Dockerfile +++ b/gateway/Dockerfile @@ -56,7 +56,7 @@ WORKDIR $GOPATH/src/github.com/shellhub-io/shellhub/gateway ENTRYPOINT ["/entrypoint.sh"] # production stage -FROM alpine:3.20.3 AS production +FROM alpine:3.21.0 AS production RUN apk add libgcc curl certbot certbot-nginx