mirror of
https://github.com/AlistGo/alist.git
synced 2025-12-19 11:00:06 +08:00
Fix Dockerfile:FromAsCasing: 'as' and 'FROM' keywords' casing do not match
This commit is contained in:
parent
4f8bc478d5
commit
e98e7510f5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user