We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00053a2 commit 0f19962Copy full SHA for 0f19962
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM python:3.11-slim-bookworm AS builder
+FROM registry.cn-qingdao.aliyuncs.com/dataease/python:3.11-slim-bookworm AS builder
3
4
# Set build environment variables
5
ENV PYTHONUNBUFFERED=1
@@ -36,7 +36,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
36
uv sync
37
38
# Runtime stage
39
-FROM python:3.11-slim-bookworm
+FROM registry.cn-qingdao.aliyuncs.com/dataease/python:3.11-slim-bookworm
40
41
# Set runtime environment variables
42
0 commit comments