Skip to content

Commit

Permalink
Merge pull request #237 from jumpserver/pr@dev@revert_build
Browse files Browse the repository at this point in the history
revert: 还原构建
  • Loading branch information
ibuler authored Aug 15, 2023
2 parents 1031947 + 0a31e89 commit 32a8899
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 32a8899

Please sign in to comment.