From f6b119a3bb592210d970bc025b3688dda0a221ff Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 6 Sep 2024 00:19:01 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.1 --- Dockerfile | 2 +- Dockerfile.fips.ubi | 2 +- Dockerfile.ubi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 102f4ec..4095de5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.4 AS build +FROM golang:1.23.1 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 4e7dd09..65bb1cb 100644 --- a/Dockerfile.fips.ubi +++ b/Dockerfile.fips.ubi @@ -1,4 +1,4 @@ -FROM golang:1.22.4 AS build +FROM golang:1.23.1 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 ea2c4a7..9882aca 100644 --- a/Dockerfile.ubi +++ b/Dockerfile.ubi @@ -1,4 +1,4 @@ -FROM golang:1.22.4 AS build +FROM golang:1.23.1 AS build WORKDIR /go/src/github.com/khulnasoft-lab/kube-bench/ COPY makefile makefile COPY go.mod go.sum ./