1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-14 11:57:32 +00:00

Bump Go to 1.17.6

This commit is contained in:
shuting 2022-02-17 14:16:19 +08:00 committed by GitHub
parent 2603772a60
commit ae339d1ac8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM golang:1.17.3 as builder
FROM golang:1.17.6 as builder
ARG LD_FLAGS
ARG TARGETPLATFORM