diff --git a/vertical-pod-autoscaler/pkg/updater/Dockerfile b/vertical-pod-autoscaler/pkg/updater/Dockerfile index fdc38b2ee895..89cca50dd8b4 100644 --- a/vertical-pod-autoscaler/pkg/updater/Dockerfile +++ b/vertical-pod-autoscaler/pkg/updater/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.23.3 AS builder +FROM --platform=$BUILDPLATFORM golang:1.23.4 AS builder ENV GOPATH=/gopath/ ENV PATH=$GOPATH/bin:$PATH