diff --git a/Dockerfile b/Dockerfile index 43d1eea6f..811eccce7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Update the base image in Makefile when updating golang version. This has to # be pre-pulled in order to work on GCB. ARG ARCH -FROM golang:1.20.5 as build +FROM golang:1.20.9 as build WORKDIR /go/src/sigs.k8s.io/metrics-server COPY go.mod .