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.3

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

View file

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