Skip to content

Commit

Permalink
revert: 还原构建
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Aug 14, 2023
1 parent ce4596f commit 0a31e89
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 jumpserver/node:16.17.1 as ui-build
FROM node:16.17.1-bullseye-slim as ui-build
ARG TARGETARCH
ARG NPM_REGISTRY="https://registry.npmmirror.com"
ENV NPM_REGISTY=$NPM_REGISTRY
Expand All @@ -16,7 +16,7 @@ ADD ui .
RUN --mount=type=cache,target=/usr/local/share/.cache/yarn,sharing=locked,id=lion \
yarn build

FROM jumpserver/golang:1.19-buster as stage-build
FROM golang:1.19-bullseye as stage-build
LABEL stage=stage-build
ARG TARGETARCH

Expand Down

0 comments on commit 0a31e89

Please sign in to comment.