diff --git a/cmd/security-proxy-setup/Dockerfile b/cmd/security-proxy-setup/Dockerfile index c348a8c13d..a556b33e1d 100644 --- a/cmd/security-proxy-setup/Dockerfile +++ b/cmd/security-proxy-setup/Dockerfile @@ -29,7 +29,7 @@ RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." COPY . . RUN make cmd/secrets-config/secrets-config -FROM alpine:3.22 +FROM alpine:3.23.2 RUN apk add --update --no-cache dumb-init su-exec openssl yq # Ensure using latest versions of all installed packages to avoid any recent CVEs