mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-31 15:11:27 +00:00
perf: 修改 Python 的版本
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM jumpserver/python:3.9-slim-buster as stage-build
|
||||
FROM python:3.11.4-slim-bullseye as stage-build
|
||||
ARG TARGETARCH
|
||||
|
||||
ARG VERSION
|
||||
@@ -8,7 +8,7 @@ WORKDIR /opt/jumpserver
|
||||
ADD . .
|
||||
RUN cd utils && bash -ixeu build.sh
|
||||
|
||||
FROM jumpserver/python:3.9-slim-buster
|
||||
FROM python:3.11.4-slim-bullseye
|
||||
ARG TARGETARCH
|
||||
MAINTAINER JumpServer Team <ibuler@qq.com>
|
||||
|
||||
|
Reference in New Issue
Block a user