Update python Docker tag to v3.14

This commit is contained in:
renovate[bot]
2026-02-11 11:33:31 +00:00
committed by GitHub
parent 00851bfcaa
commit e07b9ee2ab
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
3.13 3.14

View File

@@ -4,7 +4,7 @@
# ============================================================================= # =============================================================================
# Stage 1: Builder - Install dependencies and build package # Stage 1: Builder - Install dependencies and build package
# ============================================================================= # =============================================================================
FROM python:3.13-slim AS builder FROM python:3.14-slim AS builder
# Set environment variables # Set environment variables
ENV PYTHONDONTWRITEBYTECODE=1 \ ENV PYTHONDONTWRITEBYTECODE=1 \
@@ -39,7 +39,7 @@ RUN sed -i "s|__version__ = \"dev\"|__version__ = \"${BUILD_VERSION}\"|" src/mes
# ============================================================================= # =============================================================================
# Stage 2: Runtime - Final production image # Stage 2: Runtime - Final production image
# ============================================================================= # =============================================================================
FROM python:3.13-slim AS runtime FROM python:3.14-slim AS runtime
# Labels # Labels
LABEL org.opencontainers.image.title="MeshCore Hub" \ LABEL org.opencontainers.image.title="MeshCore Hub" \