From 24cad762322a6cc6480bfb73a790d68986f7e9db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Mon, 27 Dec 2021 15:00:47 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=9B=B4=E6=96=B0=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E9=95=9C=E5=83=8F?= 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 fd551c2e3..a013c074d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 编译代码 -FROM python:3.8.6-slim as stage-build +FROM python:3.8-slim as stage-build MAINTAINER JumpServer Team ARG VERSION ENV VERSION=$VERSION @@ -9,7 +9,7 @@ ADD . . RUN cd utils && bash -ixeu build.sh # 构建运行时环境 -FROM python:3.8.6-slim +FROM python:3.8-slim ARG PIP_MIRROR=https://pypi.douban.com/simple ENV PIP_MIRROR=$PIP_MIRROR ARG PIP_JMS_MIRROR=https://pypi.douban.com/simple