Skip to content

Commit

Permalink
Merge pull request #233 from jumpserver/pr@dev@perf_dockerfile
Browse files Browse the repository at this point in the history
perf: 更新基础镜像
  • Loading branch information
wojiushixiaobai authored Aug 4, 2023
2 parents 07512cc + 40996e1 commit df74b40
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.5 as ui-build
FROM jumpserver/node:16.5 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 golang:1.19-buster as stage-build
FROM jumpserver/golang:1.19-buster as stage-build
LABEL stage=stage-build
ARG TARGETARCH

Expand Down

0 comments on commit df74b40

Please sign in to comment.