Skip to content

Commit 51575e8

Browse files
chore(deps): bump python from 3.11-slim to 3.14-slim
Bumps python from 3.11-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 e4772a6 commit 51575e8

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
@@ -33,7 +33,7 @@ RUN npm run build
3333
# =============================================================================
3434
# Backend Dependencies Stage
3535
# =============================================================================
36-
FROM python:3.11-slim AS backend-deps
36+
FROM python:3.14-slim AS backend-deps
3737

3838
WORKDIR /app
3939

@@ -51,7 +51,7 @@ RUN pip install --no-cache-dir -r requirements.txt
5151
# =============================================================================
5252
# Final Runtime Stage
5353
# =============================================================================
54-
FROM python:3.11-slim AS final
54+
FROM python:3.14-slim AS final
5555

5656
# Set working directory
5757
WORKDIR /app

0 commit comments

Comments
 (0)