From d882b9050be4fcd80a69f2450bd6f2c99c1debdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 02:30:27 +0000 Subject: [PATCH] chore(deps): update python:3.14-slim-bookworm docker digest to 86f975a (#149) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f15621f..9de19e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM ghcr.io/astral-sh/uv:0.10.9@sha256:10902f58a1606787602f303954cea099626a4adb # ============================================================================= # Stage 1: Build dependencies # ============================================================================= -FROM python:3.14-slim-bookworm@sha256:5404df00cf00e6e7273375f415651837b4d192ac6859c44d3b740888ac798c99 AS builder +FROM python:3.14-slim-bookworm@sha256:86f975aca15cf04a40b399eebede9aea7c82eae084d1f1a0a6ef6bcaae871a30 AS builder # Ofelia version and checksums (verified from GitHub releases) ARG OFELIA_VERSION=0.3.12 @@ -53,7 +53,7 @@ RUN pip install --no-cache-dir --upgrade pip && \ # ============================================================================= # Stage 2: Runtime # ============================================================================= -FROM python:3.14-slim-bookworm@sha256:5404df00cf00e6e7273375f415651837b4d192ac6859c44d3b740888ac798c99 +FROM python:3.14-slim-bookworm@sha256:86f975aca15cf04a40b399eebede9aea7c82eae084d1f1a0a6ef6bcaae871a30 # OCI Labels LABEL org.opencontainers.image.source="https://github.com/jorijn/meshcore-stats"