mirror of https://github.com/jumpserver/jumpserver
Merge pull request #11064 from jumpserver/pr@dev@change_python_version
perf: 修改 Python 的版本pull/11068/head
commit
f1a68ebd70
|
@ -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