fix: use SWR Python base image

This commit is contained in:
2026-08-07 10:57:50 +08:00
parent 30de0d61ef
commit a1a193d0bf

View File

@@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/python:3.10-slim
WORKDIR /app
COPY test_restart.py /app/test_restart.py