From 4403fa975e3b27459b0a541ec601b70cb797245c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:01:19 +0000 Subject: [PATCH] Bump python from 3.8-slim-bookworm to 3.14-slim-bookworm in /build Bumps python from 3.8-slim-bookworm to 3.14-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/Dockerfile.debian11 | 2 +- build/Dockerfile.debian12 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile.debian11 b/build/Dockerfile.debian11 index 855940f..30da8f5 100644 --- a/build/Dockerfile.debian11 +++ b/build/Dockerfile.debian11 @@ -3,7 +3,7 @@ # Copyright 2021-2025 by all people listed in https://github.com/hyperledger/indy-node-container/blob/main/NOTICE , see # https://github.com/hyperledger/indy-node-container/blob/main/LICENSE for the license information. -FROM python:3.8-slim-bullseye +FROM python:3.13-slim-bullseye LABEL org.opencontainers.image.description="Debian 11 based image to run indy-node. See https://github.com/hyperledger/indy-node-container" diff --git a/build/Dockerfile.debian12 b/build/Dockerfile.debian12 index bf34373..acc3ca6 100644 --- a/build/Dockerfile.debian12 +++ b/build/Dockerfile.debian12 @@ -3,7 +3,7 @@ # Copyright 2021-2025 by all people listed in https://github.com/hyperledger/indy-node-container/blob/main/NOTICE , see # https://github.com/hyperledger/indy-node-container/blob/main/LICENSE for the license information. -FROM python:3.8-slim-bookworm +FROM python:3.14-slim-bookworm LABEL org.opencontainers.image.description="Debian 12 based image to run indy-node. See https://github.com/hyperledger/indy-node-container"