更新 Dockerfile,将基础镜像更改为官方的 Python 3.10-alpine 版本。
Some checks failed
打包发布docker镜像 / build-push (push) Failing after 1m6s
Some checks failed
打包发布docker镜像 / build-push (push) Failing after 1m6s
This commit is contained in:
parent
554708b062
commit
ef1440a915
@ -1,4 +1,4 @@
|
||||
FROM dockerproxy.fandouke.com/python:3.10-alpine
|
||||
FROM python:3.10-alpine
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user