From ad1d0c352d0b88e8580d9ea7eb86d511f27ea29e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:14:27 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.6 --- api/server/Dockerfile | 2 +- cli/Dockerfile | 2 +- containerruntimediscovery/server/Dockerfile | 2 +- orchestrator/Dockerfile | 2 +- plugins/sdk-go/example/Dockerfile | 2 +- plugins/store/kics/Dockerfile | 2 +- uibackend/Dockerfile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/server/Dockerfile b/api/server/Dockerfile index 841251276..4d7113448 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.22.6-bullseye@sha256:37f09f0c199a07c2e72ae2cfd758681fae0681240c71d6fad42d9d090c437c38 AS builder COPY --link --from=xx / / diff --git a/cli/Dockerfile b/cli/Dockerfile index 9da1f28c7..d0917aded 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.22.6-bullseye@sha256:37f09f0c199a07c2e72ae2cfd758681fae0681240c71d6fad42d9d090c437c38 AS builder COPY --link --from=xx / / diff --git a/containerruntimediscovery/server/Dockerfile b/containerruntimediscovery/server/Dockerfile index 783260fc1..db0015cd6 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.22.6-bullseye@sha256:37f09f0c199a07c2e72ae2cfd758681fae0681240c71d6fad42d9d090c437c38 AS builder COPY --from=xx / / diff --git a/orchestrator/Dockerfile b/orchestrator/Dockerfile index 35499832e..d21f7943a 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.22.6-bullseye@sha256:37f09f0c199a07c2e72ae2cfd758681fae0681240c71d6fad42d9d090c437c38 AS builder COPY --link --from=xx / / diff --git a/plugins/sdk-go/example/Dockerfile b/plugins/sdk-go/example/Dockerfile index 6dd0f81f5..104494812 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.22.6-alpine3.19@sha256:1bad39361dd21f2f881ce10ff810e40e5be3eba89a0b61e762e05ec42f9bbaf2 AS builder ARG TARGETOS TARGETARCH diff --git a/plugins/store/kics/Dockerfile b/plugins/store/kics/Dockerfile index 5bd9d54b8..87a3a4e5c 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.22.6-alpine3.19@sha256:1bad39361dd21f2f881ce10ff810e40e5be3eba89a0b61e762e05ec42f9bbaf2 AS builder WORKDIR /artifacts diff --git a/uibackend/Dockerfile b/uibackend/Dockerfile index 1cb73f9ed..7042bc940 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.22.6-bullseye@sha256:37f09f0c199a07c2e72ae2cfd758681fae0681240c71d6fad42d9d090c437c38 AS builder COPY --link --from=xx / /