mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-06-25 09:22:38 +00:00
Merge branch 'main' into dependabot/go_modules/golang.org/x/net-0.38.0
This commit is contained in:
commit
42ed678a6c
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.24.1 AS build
|
FROM golang:1.24.2 AS build
|
||||||
WORKDIR /go/src/github.com/aquasecurity/kube-bench/
|
WORKDIR /go/src/github.com/aquasecurity/kube-bench/
|
||||||
COPY makefile makefile
|
COPY makefile makefile
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod go.sum ./
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.24.1 AS build
|
FROM golang:1.24.2 AS build
|
||||||
WORKDIR /go/src/github.com/aquasecurity/kube-bench/
|
WORKDIR /go/src/github.com/aquasecurity/kube-bench/
|
||||||
COPY makefile makefile
|
COPY makefile makefile
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod go.sum ./
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.24.1 AS build
|
FROM golang:1.24.2 AS build
|
||||||
WORKDIR /go/src/github.com/aquasecurity/kube-bench/
|
WORKDIR /go/src/github.com/aquasecurity/kube-bench/
|
||||||
COPY makefile makefile
|
COPY makefile makefile
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod go.sum ./
|
||||||
|
Loading…
Reference in New Issue
Block a user