Images: Fix FromAsCasing. (#13125)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
parent
6b12ef748e
commit
c2a9671f66
6 changed files with 6 additions and 6 deletions
|
|
@ -13,7 +13,7 @@
|
|||
# limitations under the License.
|
||||
ARG GOLANG_VERSION
|
||||
|
||||
FROM golang:${GOLANG_VERSION}-alpine3.21 as builder
|
||||
FROM golang:${GOLANG_VERSION}-alpine3.21 AS builder
|
||||
|
||||
WORKDIR /go/src/k8s.io/ingress-nginx/images/fastcgi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue