From 269a5e9d52e7199375d151a0dba7539f45b74579 Mon Sep 17 00:00:00 2001 From: ibuler Date: Thu, 15 Jun 2023 17:27:41 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E9=BE=99=E8=8A=AF=E4=BD=BF=E7=94=A8=20?= =?UTF-8?q?buster=20=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile.loong64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.loong64 b/Dockerfile.loong64 index 72b172794..f5682aec2 100644 --- a/Dockerfile.loong64 +++ b/Dockerfile.loong64 @@ -1,4 +1,4 @@ -FROM python:3.9-slim-bullseye as stage-build +FROM python:3.9-slim-buster 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.9-slim-bullseye +FROM python:3.9-slim-buster ARG TARGETARCH MAINTAINER JumpServer Team