Skip to content

Commit 0f19962

Browse files
refactor: update base image
1 parent 00053a2 commit 0f19962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM python:3.11-slim-bookworm AS builder
2+
FROM registry.cn-qingdao.aliyuncs.com/dataease/python:3.11-slim-bookworm AS builder
33

44
# Set build environment variables
55
ENV PYTHONUNBUFFERED=1
@@ -36,7 +36,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
3636
uv sync
3737

3838
# Runtime stage
39-
FROM python:3.11-slim-bookworm
39+
FROM registry.cn-qingdao.aliyuncs.com/dataease/python:3.11-slim-bookworm
4040

4141
# Set runtime environment variables
4242
ENV PYTHONUNBUFFERED=1

0 commit comments

Comments
 (0)