From 6782d1b9ab9dc589c7dc01f7e166800e4b370053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 14:02:37 +0000 Subject: [PATCH] build(deps): bump golang from 1.19.2 to 1.19.3 Bumps golang from 1.19.2 to 1.19.3. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.ubi8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 244e9b4..d0de377 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.2 AS build +FROM golang:1.19.3 AS build WORKDIR /go/src/github.com/aquasecurity/kube-bench/ COPY makefile makefile COPY go.mod go.sum ./ diff --git a/Dockerfile.ubi8 b/Dockerfile.ubi8 index 25a0435..9a6d3a3 100644 --- a/Dockerfile.ubi8 +++ b/Dockerfile.ubi8 @@ -1,4 +1,4 @@ -FROM golang:1.19.2 AS build +FROM golang:1.19.3 AS build WORKDIR /go/src/github.com/aquasecurity/kube-bench/ COPY makefile makefile COPY go.mod go.sum ./