Skip to content

Commit

Permalink
Update go version to 1.20.6 to fix CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneha-at authored and k8s-infra-cherrypick-robot committed Aug 9, 2023
1 parent 7c59a5b commit 566a175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ARG BUILDPLATFORM

# Build driver go binary
FROM --platform=$BUILDPLATFORM golang:1.20.5 as builder
FROM --platform=$BUILDPLATFORM golang:1.20.6 as builder

ARG STAGINGVERSION
ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion cmd/webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

ARG BUILDPLATFORM
FROM --platform=$BUILDPLATFORM golang:1.20.5 as builder
FROM --platform=$BUILDPLATFORM golang:1.20.6 as builder

ARG TARGETPLATFORM

Expand Down

0 comments on commit 566a175

Please sign in to comment.