mirror of https://github.com/jumpserver/jumpserver
fix: 修正基础镜像名称
parent
a645dc09ae
commit
988f33634e
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.8-slim as stage-build
|
||||
FROM python:3.8-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.8-slim
|
||||
FROM python:3.8-slim-bullseye
|
||||
ARG TARGETARCH
|
||||
MAINTAINER JumpServer Team <ibuler@qq.com>
|
||||
|
||||
|
|
Loading…
Reference in New Issue