diff --git a/vertical-pod-autoscaler/pkg/admission-controller/Dockerfile b/vertical-pod-autoscaler/pkg/admission-controller/Dockerfile index e9687cd9c86b245bd899fce4892868276ee62527..c2b41153ce214a8fb48434a3e991f92296c31913 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.24.3 AS builder +FROM --platform=$BUILDPLATFORM golang:1.24.4 AS builder WORKDIR /workspace