mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2026-02-14 10:00:14 +00:00
chore: fixed vulns - bump Go version (#1687)
This commit is contained in:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user