mirror of https://github.com/jumpserver/jumpserver
perf: 修改 Python 的版本
parent
5b1ae46153
commit
b443a89cb5
|
@ -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 TARGETARCH
|
||||||
|
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
|
@ -8,7 +8,7 @@ WORKDIR /opt/jumpserver
|
||||||
ADD . .
|
ADD . .
|
||||||
RUN cd utils && bash -ixeu build.sh
|
RUN cd utils && bash -ixeu build.sh
|
||||||
|
|
||||||
FROM jumpserver/python:3.9-slim-buster
|
FROM python:3.11.4-slim-bullseye
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
MAINTAINER JumpServer Team <ibuler@qq.com>
|
MAINTAINER JumpServer Team <ibuler@qq.com>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue