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

Bump golang from 1.24.3 to 1.24.4 in /vertical-pod-autoscaler/pkg/updater
This commit is contained in:
Jack Francis 2025-06-10 12:09:31 -07:00 committed by GitHub
commit a880a2bca3
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.3 AS builder
FROM --platform=$BUILDPLATFORM golang:1.24.4 AS builder
WORKDIR /workspace