chore: fixed vulns - bump Go version (#1687)

This commit is contained in:
mjshastha
2024-09-24 11:42:40 +05:30
committed by GitHub
parent c533d68bad
commit f8b6f2fc19
7 changed files with 18 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.22.4 AS build
FROM golang:1.22.7 AS build
WORKDIR /go/src/github.com/aquasecurity/kube-bench/
COPY makefile makefile
COPY go.mod go.sum ./