fix: avoid Docker Hub timeout in Gitea builds
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12-slim
|
||||
FROM registry.cn-hangzhou.aliyuncs.com/library/python:3.12-slim
|
||||
|
||||
ENV PYTHONUNBUFFERED=1 \
|
||||
PIP_NO_CACHE_DIR=1
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:22-alpine
|
||||
FROM registry.cn-hangzhou.aliyuncs.com/library/node:22-alpine
|
||||
|
||||
WORKDIR /app/frontend
|
||||
COPY frontend/package.json frontend/package-lock.json ./
|
||||
|
||||
Reference in New Issue
Block a user