diff --git a/vertical-pod-autoscaler/pkg/admission-controller/Dockerfile b/vertical-pod-autoscaler/pkg/admission-controller/Dockerfile index 20d77fd247a0..ba81ef12bd59 100644 --- a/vertical-pod-autoscaler/pkg/admission-controller/Dockerfile +++ b/vertical-pod-autoscaler/pkg/admission-controller/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.22.4 as builder +FROM --platform=$BUILDPLATFORM golang:1.22.5 as builder ENV GOPATH /gopath/ ENV PATH $GOPATH/bin:$PATH