diff --git a/tkr/webhook/tkr-conversion/Dockerfile b/tkr/webhook/tkr-conversion/Dockerfile index 9ddff014a8..679429828f 100644 --- a/tkr/webhook/tkr-conversion/Dockerfile +++ b/tkr/webhook/tkr-conversion/Dockerfile @@ -3,7 +3,7 @@ # Build from publicly reachable source by default, but allow people to re-build images on # top of their own trusted images. -ARG BUILDER_BASE_IMAGE=golang:1.17 +ARG BUILDER_BASE_IMAGE=golang:1.18 # Build the manager binary FROM $BUILDER_BASE_IMAGE as builder