更新 Dockerfile,修改基础镜像为私有 Docker Registry 中的 Python 3.10-alpine 版本。
Some checks failed
打包发布docker镜像 / build-push (push) Has been cancelled

This commit is contained in:
MR-ZC 2025-03-25 18:47:13 +08:00
parent b3d2a3ac28
commit 554708b062

View File

@ -1,4 +1,4 @@
FROM python:3.10-alpine
FROM dockerproxy.fandouke.com/python:3.10-alpine
COPY . .