diff --git a/ssh/Dockerfile b/ssh/Dockerfile index a2d426f3940..2ae59ec48ac 100644 --- a/ssh/Dockerfile +++ b/ssh/Dockerfile @@ -55,7 +55,7 @@ WORKDIR $GOPATH/src/github.com/shellhub-io/shellhub/ssh ENTRYPOINT ["/entrypoint.sh"] # production stage -FROM alpine:3.20.2 AS production +FROM alpine:3.20.3 AS production RUN apk add curl