Skip to content

Commit 4716fb3

Browse files
docker(deps): bump python from 3.10-slim to 3.14-slim in /docker
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 08184d4 commit 4716fb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# ============================================================================
1818

1919
# Stage 1: Base Image
20-
FROM python:3.10-slim
20+
FROM python:3.14-slim
2121

2222
WORKDIR /app
2323

docker/Dockerfile.test.optimized

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# ============================================================================
1818

1919
# Stage 1: Builder - Install dependencies
20-
FROM python:3.10-slim AS builder
20+
FROM python:3.14-slim AS builder
2121

2222
WORKDIR /build
2323

@@ -46,7 +46,7 @@ RUN pip install --no-cache-dir --upgrade pip setuptools wheel && \
4646
rdflib==7.0.0
4747

4848
# Stage 2: Runtime - Minimal image
49-
FROM python:3.10-slim
49+
FROM python:3.14-slim
5050

5151
WORKDIR /app
5252

0 commit comments

Comments
 (0)