Skip to content

Commit 38ffb83

Browse files
chore(deps): bump python in /docker/backend-slim
Bumps python from 3.10-slim to 3.14-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd83e40 commit 38ffb83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/backend-slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Reduces image from ~1.5GB to ~200MB
55
# Memory: 4G instead of 24G
66
# ============================================
7-
FROM python:3.10-slim
7+
FROM python:3.14-slim
88

99
WORKDIR /app
1010

0 commit comments

Comments
 (0)