diff --git a/cmd/core-metadata/Dockerfile b/cmd/core-metadata/Dockerfile index 6ecc0b37aa..50d6cd79d3 100644 --- a/cmd/core-metadata/Dockerfile +++ b/cmd/core-metadata/Dockerfile @@ -34,7 +34,7 @@ COPY . . RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata #Next image - Copy built Go binary into new workspace -FROM alpine:3.22 +FROM alpine:3.23.2 RUN apk add --update --no-cache dumb-init # Ensure using latest versions of all installed packages to avoid any recent CVEs