From b4dc51aa1f945cc1f307e987f3bf831956ddae1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 08:59:48 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.0 (#1224) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile.apiserver | 2 +- Dockerfile.cli | 2 +- Dockerfile.cr-discovery-server | 2 +- Dockerfile.orchestrator | 2 +- Dockerfile.uibackend | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile.apiserver b/Dockerfile.apiserver index 16de7a47f..4c02dcc95 100644 --- a/Dockerfile.apiserver +++ b/Dockerfile.apiserver @@ -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.21.6-bullseye@sha256:c62751ac12cad0c514d941e36f846c1c440ca9e8ec08dd87d022fb03f0887a9b AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.0-bullseye@sha256:84825c0ec01d277311cfbad14321338166fc7ffa73202db3a2debfeb89e8ddd5 AS builder COPY --link --from=xx / / diff --git a/Dockerfile.cli b/Dockerfile.cli index d365df309..3aed7d9b6 100644 --- a/Dockerfile.cli +++ b/Dockerfile.cli @@ -4,7 +4,7 @@ ARG VMCLARITY_TOOLS_BASE=ghcr.io/openclarity/vmclarity-tools-base:v0.5.1@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.21.6-bullseye@sha256:c62751ac12cad0c514d941e36f846c1c440ca9e8ec08dd87d022fb03f0887a9b AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.0-bullseye@sha256:84825c0ec01d277311cfbad14321338166fc7ffa73202db3a2debfeb89e8ddd5 AS builder COPY --link --from=xx / / diff --git a/Dockerfile.cr-discovery-server b/Dockerfile.cr-discovery-server index 55e73aa03..721004bb4 100644 --- a/Dockerfile.cr-discovery-server +++ b/Dockerfile.cr-discovery-server @@ -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.21.6-bullseye@sha256:c62751ac12cad0c514d941e36f846c1c440ca9e8ec08dd87d022fb03f0887a9b AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.0-bullseye@sha256:84825c0ec01d277311cfbad14321338166fc7ffa73202db3a2debfeb89e8ddd5 AS builder COPY --from=xx / / diff --git a/Dockerfile.orchestrator b/Dockerfile.orchestrator index 74750f709..1dfce8591 100644 --- a/Dockerfile.orchestrator +++ b/Dockerfile.orchestrator @@ -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.21.6-bullseye@sha256:c62751ac12cad0c514d941e36f846c1c440ca9e8ec08dd87d022fb03f0887a9b AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.0-bullseye@sha256:84825c0ec01d277311cfbad14321338166fc7ffa73202db3a2debfeb89e8ddd5 AS builder COPY --link --from=xx / / diff --git a/Dockerfile.uibackend b/Dockerfile.uibackend index 2ec0f4bf1..f2fa9a967 100644 --- a/Dockerfile.uibackend +++ b/Dockerfile.uibackend @@ -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.21.6-bullseye@sha256:c62751ac12cad0c514d941e36f846c1c440ca9e8ec08dd87d022fb03f0887a9b AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.0-bullseye@sha256:84825c0ec01d277311cfbad14321338166fc7ffa73202db3a2debfeb89e8ddd5 AS builder COPY --link --from=xx / /