1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-03-07 10:36:09 +00:00

Bump golang from 1.16 to 1.17.0 (#973)

Bumps golang from 1.16 to 1.17.0.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yoav Rotem <yoavrotems97@gmail.com>
This commit is contained in:
dependabot[bot] 2021-08-30 11:47:18 +03:00 committed by GitHub
parent f20539930e
commit 89a7e7a82d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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