Skip to content

Commit f9af413

Browse files
chore(deps): bump python in /backend in the docker-all group
Bumps the docker-all group in /backend with 1 update: python. Updates `python` from 3.11-slim to 3.14-slim --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production dependency-group: docker-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab6b2de commit f9af413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 使用官方 Python 3.11 slim 镜像
2-
FROM python:3.11-slim
2+
FROM python:3.14-slim
33

44
# 设置工作目录
55
WORKDIR /app

0 commit comments

Comments
 (0)