Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] fe4d55d140
build(deps): bump golang from 1.22.1 to 1.22.2
2 months ago

@ -1,4 +1,4 @@
FROM golang:1.22.1 AS build
FROM golang:1.22.2 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.22.1 AS build
FROM golang:1.22.2 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.22.1 AS build
FROM golang:1.22.2 AS build
WORKDIR /go/src/github.com/aquasecurity/kube-bench/
COPY makefile makefile
COPY go.mod go.sum ./

Loading…
Cancel
Save