From b443a89cb54804ef60181974ef858aa5b43e7507 Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 24 Jul 2023 18:22:48 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=20Python=20=E7=9A=84?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d8fd27492..7b71a8927 100644 --- a/Dockerfile +++ b/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 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