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 LeeEirc committed Jul 9, 2024
1 parent 1b1765c commit 95575ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM redis:6.2-bullseye as redis
FROM redis:6.2-bullseye AS redis

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 @@ -20,7 +20,7 @@ ADD ui .
RUN --mount=type=cache,target=/usr/local/share/.cache/yarn,sharing=locked,id=koko \
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
2 changes: 1 addition & 1 deletion Dockerfile-ee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG VERSION

FROM debian:bullseye-slim as stage-build
FROM debian:bullseye-slim AS stage-build
ARG TARGETARCH

ARG DEPENDENCIES=" \
Expand Down

0 comments on commit 95575ad

Please sign in to comment.