chore: 更新 python3.9

This commit is contained in:
吴小白
2022-12-09 10:27:50 +08:00
committed by Jiangjie.Bai
parent 0ae9b76f04
commit ddb731c5cd
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.8-slim as stage-build
FROM python:3.9-slim 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.8-slim
FROM python:3.9-slim
ARG TARGETARCH
MAINTAINER JumpServer Team <ibuler@qq.com>