mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-03 04:09:37 +00:00
perf: 龙芯使用 buster 镜像
This commit is contained in:
parent
dd0d1d3592
commit
269a5e9d52
@ -1,4 +1,4 @@
|
||||
FROM python:3.9-slim-bullseye as stage-build
|
||||
FROM python:3.9-slim-buster as stage-build
|
||||
ARG TARGETARCH
|
||||
|
||||
ARG VERSION
|
||||
@ -8,7 +8,7 @@ WORKDIR /opt/jumpserver
|
||||
ADD . .
|
||||
RUN cd utils && bash -ixeu build.sh
|
||||
|
||||
FROM python:3.9-slim-bullseye
|
||||
FROM python:3.9-slim-buster
|
||||
ARG TARGETARCH
|
||||
MAINTAINER JumpServer Team <ibuler@qq.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user