Skip to content

Commit de82946

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 a49492b commit de82946

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 && \
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)