From 5f0f95f49cfbfb69cbeda16f8b8abf7b215ccfa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 21:18:40 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.0 --- 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..8e7d01d63 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:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb AS builder COPY --link --from=xx / / diff --git a/cli/Dockerfile b/cli/Dockerfile index 9da1f28c7..f66ddb035 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:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb AS builder COPY --link --from=xx / / diff --git a/containerruntimediscovery/server/Dockerfile b/containerruntimediscovery/server/Dockerfile index 783260fc1..1d1aae45d 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:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb AS builder COPY --from=xx / / diff --git a/orchestrator/Dockerfile b/orchestrator/Dockerfile index 35499832e..8c231dda6 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:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb AS builder COPY --link --from=xx / / diff --git a/plugins/sdk-go/example/Dockerfile b/plugins/sdk-go/example/Dockerfile index 6dd0f81f5..59cc67ced 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:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb AS builder ARG TARGETOS TARGETARCH diff --git a/plugins/store/kics/Dockerfile b/plugins/store/kics/Dockerfile index 5bd9d54b8..0e9fd3be5 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:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb AS builder WORKDIR /artifacts diff --git a/uibackend/Dockerfile b/uibackend/Dockerfile index 1cb73f9ed..2ea326c1d 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:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb AS builder COPY --link --from=xx / /