From b6bc27db17926dac0996e73a9949c44cbf7c53b5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 6 Jun 2022 22:37:41 +0300
Subject: [PATCH] Bump golang from 1.18.2 to 1.18.3 (#1199)

Bumps golang from 1.18.2 to 1.18.3.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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 3a51e28..e619270 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.18.2 AS build
+FROM golang:1.18.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 43bd553..2785215 100644
--- a/Dockerfile.ubi8
+++ b/Dockerfile.ubi8
@@ -1,4 +1,4 @@
-FROM golang:1.18.2 AS build
+FROM golang:1.18.3 AS build
 WORKDIR /go/src/github.com/aquasecurity/kube-bench/
 COPY makefile makefile
 COPY go.mod go.sum ./
-- 
GitLab