diff --git a/api/server/Dockerfile b/api/server/Dockerfile index c00a2fe7e..91245f37b 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:11ff2c5de8044d8d749cc684f6f3cdfbc9b2755960a62d4948b3483dc090e7aa AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.5-bullseye@sha256:583d5af8289d30de50aa0dcf4985d8b8746e52622becd6e1a62cfe191d5275a5 AS builder COPY --link --from=xx / / diff --git a/cli/Dockerfile b/cli/Dockerfile index c1f57a855..d9d2bc0d5 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:11ff2c5de8044d8d749cc684f6f3cdfbc9b2755960a62d4948b3483dc090e7aa AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.5-bullseye@sha256:583d5af8289d30de50aa0dcf4985d8b8746e52622becd6e1a62cfe191d5275a5 AS builder COPY --link --from=xx / / diff --git a/containerruntimediscovery/server/Dockerfile b/containerruntimediscovery/server/Dockerfile index 2de3795dc..ead05d3ea 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:11ff2c5de8044d8d749cc684f6f3cdfbc9b2755960a62d4948b3483dc090e7aa AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.5-bullseye@sha256:583d5af8289d30de50aa0dcf4985d8b8746e52622becd6e1a62cfe191d5275a5 AS builder COPY --from=xx / / diff --git a/orchestrator/Dockerfile b/orchestrator/Dockerfile index 7de6c6315..f2a822aba 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:11ff2c5de8044d8d749cc684f6f3cdfbc9b2755960a62d4948b3483dc090e7aa AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.5-bullseye@sha256:583d5af8289d30de50aa0dcf4985d8b8746e52622becd6e1a62cfe191d5275a5 AS builder COPY --link --from=xx / / diff --git a/uibackend/Dockerfile b/uibackend/Dockerfile index 6f1eb69ad..aaddce8ca 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:11ff2c5de8044d8d749cc684f6f3cdfbc9b2755960a62d4948b3483dc090e7aa AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.5-bullseye@sha256:583d5af8289d30de50aa0dcf4985d8b8746e52622becd6e1a62cfe191d5275a5 AS builder COPY --link --from=xx / /