From 465c16fe4b65141ad6410a71848fe80f29d97a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 16:10:46 +0200 Subject: [PATCH] build(deps): bump golang from 1.19.3 to 1.19.4 (#1345) Bumps golang from 1.19.3 to 1.19.4. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.ubi8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0db7927..ef86754 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.3 AS build +FROM golang:1.19.4 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 9e48975..8c84ca0 100644 --- a/Dockerfile.ubi8 +++ b/Dockerfile.ubi8 @@ -1,4 +1,4 @@ -FROM golang:1.19.3 AS build +FROM golang:1.19.4 AS build WORKDIR /go/src/github.com/aquasecurity/kube-bench/ COPY makefile makefile COPY go.mod go.sum ./