diff --git a/cmd/image-detector/Dockerfile b/cmd/image-detector/Dockerfile index af17ff9ab4c6..6365ebe7f03c 100644 --- a/cmd/image-detector/Dockerfile +++ b/cmd/image-detector/Dockerfile @@ -15,7 +15,7 @@ WORKDIR /app/cmd/image-detector # Build the Go app with static linking RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main . -FROM alpine:3.21.1 +FROM alpine:3.21.2 LABEL io.kyma-project.source=github.com/kyma-project/test-infra/cmd/image-detector