Browse Source

perf: 修改 Python 的版本

pull/11064/head
ibuler 1 year ago
parent
commit
b443a89cb5
  1. 4
      Dockerfile

4
Dockerfile

@ -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…
Cancel
Save