Skip to content

Commit f3e7c98

Browse files
authored
Merge pull request #20 from Aethersailor/dependabot/docker/all-2f192280a4
2 parents b2d8bb6 + ffa422c commit f3e7c98

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
# 多阶段构建:编译阶段
2-
FROM python:3.12-alpine AS builder
2+
FROM python:3.14-alpine AS builder
33

44
# 设置构建参数
55
ARG BUILDKIT_INLINE_CACHE=1
@@ -38,7 +38,7 @@ RUN pip wheel --no-cache-dir --wheel-dir /wheels -r requirements.txt \
3838
pip wheel --no-cache-dir --wheel-dir /wheels --only-binary=all -r requirements.txt)
3939

4040
# 运行阶段:使用最小化镜像
41-
FROM python:3.12-alpine
41+
FROM python:3.14-alpine
4242

4343
# 设置运行时环境变量
4444
ENV PYTHONUNBUFFERED=1

0 commit comments

Comments
 (0)