Skip to content

Commit

Permalink
fix: FromAsCasing keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai authored and BaiJiangJie committed Jul 12, 2024
1 parent f01b322 commit a499ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.20-bullseye-slim as ui-build
FROM node:16.20-bullseye-slim AS ui-build
ARG TARGETARCH
ARG NPM_REGISTRY="https://registry.npmmirror.com"
ENV NPM_REGISTY=$NPM_REGISTRY
Expand All @@ -18,7 +18,7 @@ ADD ui .
RUN --mount=type=cache,target=/usr/local/share/.cache/yarn,sharing=locked,id=lion \
yarn build

FROM golang:1.22-bullseye as stage-build
FROM golang:1.22-bullseye AS stage-build
LABEL stage=stage-build
ARG TARGETARCH

Expand Down

0 comments on commit a499ccf

Please sign in to comment.