Skip to content

Commit 60b0af6

Browse files
Bump python from 3.9-slim to 3.14-slim in /docker
Bumps python from 3.9-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 d49bbb5 commit 60b0af6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Multi-stage build for smaller image size
33

44
# Build stage
5-
FROM python:3.9-slim as builder
5+
FROM python:3.14-slim as builder
66

77
WORKDIR /app
88

@@ -20,7 +20,7 @@ RUN pip install --no-cache-dir --upgrade pip==23.3.1 && \
2020
pip install --no-cache-dir .
2121

2222
# Runtime stage
23-
FROM python:3.9-slim as runtime
23+
FROM python:3.14-slim as runtime
2424

2525
WORKDIR /app
2626

0 commit comments

Comments
 (0)