From ff1d007f01cc4a2c670bf05951519efbc2e49afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Tue, 9 Jul 2024 09:42:25 +0800 Subject: [PATCH] fix: FromAsCasing keywords --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index acbdc2ae..03e7fd0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.20-bullseye-slim as stage-build +FROM node:16.20-bullseye-slim AS stage-build ARG TARGETARCH ARG NPM_REGISTRY="https://registry.npmmirror.com"