File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3030ARG 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)
Original file line number Diff line number Diff line change 1010#
1111# =============================================================================
1212
13- FROM python:3.12 -slim
13+ FROM python:3.14 -slim
1414
1515# =============================================================================
1616# TelemetryFlow Metadata Labels (OCI Image Spec)
You can’t perform that action at this time.
0 commit comments