Merge pull request #10739 from jumpserver/pr@v3.4@pr@dev@change_base_image

perf: 修改基础镜像版本
pull/10740/head
老广 2023-06-15 17:36:33 +08:00 committed by GitHub
commit f64073f48f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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