Skip to content

Commit 1d7cc1d

Browse files
chore(docker)(deps): Bump python from 3.12-slim to 3.14-slim
Bumps python from 3.12-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 235c22d commit 1d7cc1d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# -----------------------------------------------------------------------------
2525
# Stage 1: Builder
2626
# -----------------------------------------------------------------------------
27-
FROM python:3.12-slim AS builder
27+
FROM python:3.14-slim AS builder
2828

2929
# Build arguments
3030
ARG VERSION=1.1.1
@@ -61,7 +61,7 @@ RUN pip install --upgrade pip build && \
6161
# -----------------------------------------------------------------------------
6262
# Stage 2: Runtime
6363
# -----------------------------------------------------------------------------
64-
FROM python:3.12-slim
64+
FROM python:3.14-slim
6565

6666
# =============================================================================
6767
# TelemetryFlow Metadata Labels (OCI Image Spec)

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# =============================================================================
1212

13-
FROM python:3.12-slim
13+
FROM python:3.14-slim
1414

1515
# =============================================================================
1616
# TelemetryFlow Metadata Labels (OCI Image Spec)

0 commit comments

Comments
 (0)