From 2c4d2b94d8aa96957a083868c705317e8d3e5e64 Mon Sep 17 00:00:00 2001 From: mofeng-git Date: Mon, 2 Sep 2024 15:09:21 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index a4c26c58..d6e66e5b 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.atomgit.com/amd64/python:3.12.0rc2-slim-bookworm as builder +FROM python:3.12.0rc2-slim-bookworm as builder RUN sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/' /etc/apt/sources.list.d/debian.sources \ && apt-get update \ @@ -23,7 +23,7 @@ RUN mkdir /tmp/lib \ /lib/*-linux-gnu/libevent-*.so.7 /lib/*-linux-gnu/libjpeg.so.62 /tmp/lib/ \ && cp /tmp/ustreamer/python/dist/*.whl /tmp/wheel/ -FROM hub.atomgit.com/amd64/python:3.12.0rc2-slim-bookworm +FROM python:3.12.0rc2-slim-bookworm LABEL maintainer="mofeng654321@hotmail.com"