Images: Fix FromAsCasing. (#13125)

Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
k8s-infra-cherrypick-robot 2025-03-30 09:32:35 -07:00 committed by GitHub
parent 6b12ef748e
commit c2a9671f66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@
ARG GOLANG_VERSION
FROM golang:${GOLANG_VERSION}-alpine3.21 as builder
FROM golang:${GOLANG_VERSION}-alpine3.21 AS builder
RUN apk update \
&& apk upgrade && apk add git