From a434f150a73fc37a81ac11b03e157186c49902bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 18:15:11 +0200 Subject: [PATCH] chore(deps): bump golang from 1.20.6-alpine to 1.20.7-alpine (#525) Bumps golang from 1.20.6-alpine to 1.20.7-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile.apiserver | 2 +- Dockerfile.cli | 2 +- Dockerfile.orchestrator | 2 +- Dockerfile.uibackend | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.apiserver b/Dockerfile.apiserver index 9638615ca..c52d34464 100644 --- a/Dockerfile.apiserver +++ b/Dockerfile.apiserver @@ -2,7 +2,7 @@ # xx is a helper for cross-compilation FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 AS xx -FROM --platform=$BUILDPLATFORM golang:1.20.6-bullseye AS builder +FROM --platform=$BUILDPLATFORM golang:1.20.7-bullseye AS builder COPY --from=xx / / diff --git a/Dockerfile.cli b/Dockerfile.cli index 59528fc60..090b1640a 100644 --- a/Dockerfile.cli +++ b/Dockerfile.cli @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.2 ARG VMCLARITY_TOOLS_BASE=ghcr.io/openclarity/vmclarity-tools-base:v0.2.0@sha256:0e0ed706dc297366af44d736c71aefa350b54a0214290aa81b3603462e39872b -FROM --platform=$BUILDPLATFORM golang:1.20.6-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.20.7-alpine AS builder RUN apk add --update --no-cache ca-certificates git RUN apk add build-base diff --git a/Dockerfile.orchestrator b/Dockerfile.orchestrator index c059049e7..273b08270 100644 --- a/Dockerfile.orchestrator +++ b/Dockerfile.orchestrator @@ -2,7 +2,7 @@ # xx is a helper for cross-compilation FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 AS xx -FROM --platform=$BUILDPLATFORM golang:1.20.6-bullseye AS builder +FROM --platform=$BUILDPLATFORM golang:1.20.7-bullseye AS builder COPY --from=xx / / diff --git a/Dockerfile.uibackend b/Dockerfile.uibackend index cecdf3f2c..28b5ed4b9 100644 --- a/Dockerfile.uibackend +++ b/Dockerfile.uibackend @@ -2,7 +2,7 @@ # xx is a helper for cross-compilation FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 AS xx -FROM --platform=$BUILDPLATFORM golang:1.20.6-bullseye AS builder +FROM --platform=$BUILDPLATFORM golang:1.20.7-bullseye AS builder COPY --from=xx / /