fix: use reachable staging base images
Deploy staging to test server / deploy (push) Has been cancelled

This commit is contained in:
linmeng
2026-07-28 16:24:12 +08:00
parent 9837033e4b
commit 31aa75f409
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM registry.cn-hangzhou.aliyuncs.com/library/python:3.12-slim
FROM m.daocloud.io/docker.io/library/python:3.12-slim
ENV PYTHONUNBUFFERED=1 \
PIP_NO_CACHE_DIR=1
+1 -1
View File
@@ -1,4 +1,4 @@
FROM registry.cn-hangzhou.aliyuncs.com/library/node:22-alpine
FROM swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/library/node:22-alpine
WORKDIR /app/frontend
COPY frontend/package.json frontend/package-lock.json ./