From 84a75a62e8aeb45fd4503c4ab849a8bfe1858721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:47:39 +0000 Subject: [PATCH] Bump golang from 1.21.1 to 1.21.2 Bumps golang from 1.21.1 to 1.21.2. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.fips.ubi | 2 +- Dockerfile.ubi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 076be67..548a868 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.1 AS build +FROM golang:1.21.2 AS build WORKDIR /go/src/github.com/khulnasoft-lab/kube-bench/ COPY makefile makefile COPY go.mod go.sum ./ diff --git a/Dockerfile.fips.ubi b/Dockerfile.fips.ubi index ff77ef5..42d05fe 100644 --- a/Dockerfile.fips.ubi +++ b/Dockerfile.fips.ubi @@ -1,4 +1,4 @@ -FROM golang:1.21.1 AS build +FROM golang:1.21.2 AS build WORKDIR /go/src/github.com/khulnasoft-lab/kube-bench/ COPY makefile makefile COPY go.mod go.sum ./ diff --git a/Dockerfile.ubi b/Dockerfile.ubi index 9331370..736b221 100644 --- a/Dockerfile.ubi +++ b/Dockerfile.ubi @@ -1,4 +1,4 @@ -FROM golang:1.21.1 AS build +FROM golang:1.21.2 AS build WORKDIR /go/src/github.com/khulnasoft-lab/kube-bench/ COPY makefile makefile COPY go.mod go.sum ./