mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-07-08 15:48:18 +00:00
Merge branch 'aquasecurity:main' into kb-cis-support-rancher
This commit is contained in:
commit
d2f8a98feb
@ -1,4 +1,4 @@
|
||||
FROM golang:1.21.1 AS build
|
||||
FROM golang:1.21.3 AS build
|
||||
WORKDIR /go/src/github.com/aquasecurity/kube-bench/
|
||||
COPY makefile makefile
|
||||
COPY go.mod go.sum ./
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.21.1 AS build
|
||||
FROM golang:1.21.3 AS build
|
||||
WORKDIR /go/src/github.com/aquasecurity/kube-bench/
|
||||
COPY makefile makefile
|
||||
COPY go.mod go.sum ./
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.21.1 AS build
|
||||
FROM golang:1.21.3 AS build
|
||||
WORKDIR /go/src/github.com/aquasecurity/kube-bench/
|
||||
COPY makefile makefile
|
||||
COPY go.mod go.sum ./
|
||||
|
Loading…
Reference in New Issue
Block a user