Skip to content

Commit dc2b33c

Browse files
authored
Merge pull request #3 from telemetryflow/dependabot/docker/python-3.14-slim
chore(docker)(deps): Bump python from 3.12-slim to 3.14-slim
2 parents 34cda9f + 1d7cc1d commit dc2b33c

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)