diff --git a/cmd/webhook/Dockerfile b/cmd/webhook/Dockerfile index ff540d8f8..81a00c423 100644 --- a/cmd/webhook/Dockerfile +++ b/cmd/webhook/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. # Build webhook go binary -FROM golang:1.21.5 as webhook-builder +FROM golang:1.21.6 as webhook-builder ARG STAGINGVERSION