fix dockerfile waring[NO CI]
All checks were successful
Gitea Actions CI Demo / Explore-Gitea-Actions (push) Successful in 3m7s

FromAsCasing: 'as' and 'FROM' keywords' casing do not match
This commit is contained in:
lab
2025-10-05 00:18:15 +08:00
parent ab131bc6b6
commit 79b6965e15

View File

@@ -1,4 +1,4 @@
FROM golang:alpine as build
FROM golang:alpine AS build
WORKDIR /go/src