diff --git a/api/server/Dockerfile b/api/server/Dockerfile index 841251276..fbb5300eb 100644 --- a/api/server/Dockerfile +++ b/api/server/Dockerfile @@ -3,7 +3,7 @@ # xx is a helper for cross-compilation FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 AS xx -FROM --platform=$BUILDPLATFORM golang:1.22.5-bullseye@sha256:583d5af8289d30de50aa0dcf4985d8b8746e52622becd6e1a62cfe191d5275a5 AS builder +FROM --platform=$BUILDPLATFORM golang:1.23.0-bullseye@sha256:412324feed0ba11542dbfe3612fa7ae82f0b4d5f4cdccd3ff96f0e82f507673d AS builder COPY --link --from=xx / / diff --git a/cli/Dockerfile b/cli/Dockerfile index 9da1f28c7..4fc873314 100644 --- a/cli/Dockerfile +++ b/cli/Dockerfile @@ -4,7 +4,7 @@ ARG VMCLARITY_TOOLS_BASE=ghcr.io/openclarity/vmclarity-tools-base:v0.6.0@sha256: # xx is a helper for cross-compilation FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 AS xx -FROM --platform=$BUILDPLATFORM golang:1.22.5-bullseye@sha256:583d5af8289d30de50aa0dcf4985d8b8746e52622becd6e1a62cfe191d5275a5 AS builder +FROM --platform=$BUILDPLATFORM golang:1.23.0-bullseye@sha256:412324feed0ba11542dbfe3612fa7ae82f0b4d5f4cdccd3ff96f0e82f507673d AS builder COPY --link --from=xx / / diff --git a/containerruntimediscovery/server/Dockerfile b/containerruntimediscovery/server/Dockerfile index 783260fc1..21fea54dd 100644 --- a/containerruntimediscovery/server/Dockerfile +++ b/containerruntimediscovery/server/Dockerfile @@ -3,7 +3,7 @@ # xx is a helper for cross-compilation FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 AS xx -FROM --platform=$BUILDPLATFORM golang:1.22.5-bullseye@sha256:583d5af8289d30de50aa0dcf4985d8b8746e52622becd6e1a62cfe191d5275a5 AS builder +FROM --platform=$BUILDPLATFORM golang:1.23.0-bullseye@sha256:412324feed0ba11542dbfe3612fa7ae82f0b4d5f4cdccd3ff96f0e82f507673d AS builder COPY --from=xx / / diff --git a/orchestrator/Dockerfile b/orchestrator/Dockerfile index 35499832e..23a5e6399 100644 --- a/orchestrator/Dockerfile +++ b/orchestrator/Dockerfile @@ -3,7 +3,7 @@ # xx is a helper for cross-compilation FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 AS xx -FROM --platform=$BUILDPLATFORM golang:1.22.5-bullseye@sha256:583d5af8289d30de50aa0dcf4985d8b8746e52622becd6e1a62cfe191d5275a5 AS builder +FROM --platform=$BUILDPLATFORM golang:1.23.0-bullseye@sha256:412324feed0ba11542dbfe3612fa7ae82f0b4d5f4cdccd3ff96f0e82f507673d AS builder COPY --link --from=xx / / diff --git a/plugins/sdk-go/example/Dockerfile b/plugins/sdk-go/example/Dockerfile index 6dd0f81f5..b229c7a40 100644 --- a/plugins/sdk-go/example/Dockerfile +++ b/plugins/sdk-go/example/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.22.5-alpine3.19@sha256:48aac60d4f50477055967586f60391fb1f3cbdc2e176e36f1f7f3fd0f5380ef7 AS builder +FROM --platform=$BUILDPLATFORM golang:1.23.0-alpine3.19@sha256:5ea8ca22d8cdd7572417394ce3ac15191a3c316ce5c9cb617f724844422b673e AS builder ARG TARGETOS TARGETARCH diff --git a/plugins/store/kics/Dockerfile b/plugins/store/kics/Dockerfile index 5bd9d54b8..49e981d37 100644 --- a/plugins/store/kics/Dockerfile +++ b/plugins/store/kics/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.22.5-alpine3.19@sha256:48aac60d4f50477055967586f60391fb1f3cbdc2e176e36f1f7f3fd0f5380ef7 AS builder +FROM --platform=$BUILDPLATFORM golang:1.23.0-alpine3.19@sha256:5ea8ca22d8cdd7572417394ce3ac15191a3c316ce5c9cb617f724844422b673e AS builder WORKDIR /artifacts diff --git a/uibackend/Dockerfile b/uibackend/Dockerfile index 1cb73f9ed..f612fe153 100644 --- a/uibackend/Dockerfile +++ b/uibackend/Dockerfile @@ -3,7 +3,7 @@ # xx is a helper for cross-compilation FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 AS xx -FROM --platform=$BUILDPLATFORM golang:1.22.5-bullseye@sha256:583d5af8289d30de50aa0dcf4985d8b8746e52622becd6e1a62cfe191d5275a5 AS builder +FROM --platform=$BUILDPLATFORM golang:1.23.0-bullseye@sha256:412324feed0ba11542dbfe3612fa7ae82f0b4d5f4cdccd3ff96f0e82f507673d AS builder COPY --link --from=xx / /