Ver código fonte

feat: 指定拉去地址

huangzhichao 1 dia atrás
pai
commit
8db5035f4b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 # syntax=docker/dockerfile:1
 
-FROM python:3.11-slim AS base
+FROM registry.cn-hangzhou.aliyuncs.com/stuuudy/python:3.11-slim AS base
 
 ENV PYTHONDONTWRITEBYTECODE=1 \
     PYTHONUNBUFFERED=1 \