更新 Dockerfile,修改基础镜像为私有 Docker Registry 中的 Python 3.10-alpine 版本。
Some checks failed
打包发布docker镜像 / build-push (push) Has been cancelled
Some checks failed
打包发布docker镜像 / build-push (push) Has been cancelled
This commit is contained in:
parent
b3d2a3ac28
commit
554708b062
@ -1,4 +1,4 @@
|
||||
FROM python:3.10-alpine
|
||||
FROM dockerproxy.fandouke.com/python:3.10-alpine
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user