Fix Dockerfile:FromAsCasing: 'as' and 'FROM' keywords' casing do not match

pull/9341/head
zhanjun 2025-09-25 12:02:25 +00:00
parent 4f8bc478d5
commit e98e7510f5
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:edge as builder FROM alpine:edge AS builder
LABEL stage=go-builder LABEL stage=go-builder
WORKDIR /app/ WORKDIR /app/
RUN apk add --no-cache bash curl gcc git go musl-dev RUN apk add --no-cache bash curl gcc git go musl-dev