Update Dockerfile, github/github.go, go.mod and go.sum for fixing CVE-2020-2616 and CVE-2022-24921 (#1230)

Co-authored-by: Yusuke Kuoka <[email protected]>
This commit is contained in:
shettarvinay
2022-05-16 08:45:44 +09:00
committed by GitHub
co-authored by Yusuke Kuoka
parent 772ca57056
commit f08ab1490d
4 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.17 as builder
FROM --platform=$BUILDPLATFORM golang:1.17.8 as builder
WORKDIR /workspace