Merge pull request #8416 from kubernetes/dependabot/docker/vertical-pod-autoscaler/pkg/updater/golang-1.24.6

Bump golang from 1.24.5 to 1.24.6 in /vertical-pod-autoscaler/pkg/updater
This commit is contained in:
Kubernetes Prow Robot 2025-08-08 02:57:42 -07:00 committed by GitHub
commit c12135c937
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM --platform=$BUILDPLATFORM golang:1.24.5 AS builder
FROM --platform=$BUILDPLATFORM golang:1.24.6 AS builder
WORKDIR /workspace