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
WORKDIR /app/
RUN apk add --no-cache bash curl gcc git go musl-dev
@ -39,4 +39,4 @@ RUN /entrypoint.sh version
ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=${INSTALL_ARIA2}
VOLUME /opt/alist/data/
EXPOSE 5244 5245
CMD [ "/entrypoint.sh" ]
CMD [ "/entrypoint.sh" ]