diff --git a/cmd/image-detector/Dockerfile b/cmd/image-detector/Dockerfile index ca975aeda0b1..789b4db43648 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.0 +FROM alpine:3.21.1 LABEL io.kyma-project.source=github.com/kyma-project/test-infra/cmd/image-detector diff --git a/go.mod b/go.mod index 0c150fac78aa..1d753c7be685 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,8 @@ module github.com/kyma-project/test-infra -go 1.22.0 -toolchain go1.23.0 +go 1.23 + +toolchain go1.23.4 require ( cloud.google.com/go/compute/metadata v0.6.0