更新 Dockerfile,将基础镜像更改为官方的 Python 3.10-alpine 版本。
Some checks failed
打包发布docker镜像 / build-push (push) Failing after 1m6s

This commit is contained in:
MR-ZC 2025-03-25 19:07:04 +08:00
parent 554708b062
commit ef1440a915

View File

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