Merge pull request #1993 from gisostallenberg/patch-1

Fix case of FromAs
This commit is contained in:
Kubernetes Prow Robot 2025-03-13 14:51:46 -07:00 committed by GitHub
commit 376ec34ee0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# Alpine Builder
FROM alpine as builder
FROM alpine AS builder
RUN apk add --no-cache curl
COPY ./build/VERSION VERSION