From 99c44094ba4010a51172a93551e08e76f55a8bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 11:25:10 +0000 Subject: [PATCH] Bump python from 3.8-slim-bookworm to 3.13-slim-bookworm in /build Bumps python from 3.8-slim-bookworm to 3.13-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.13-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..683b124 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.13-slim-bookworm LABEL org.opencontainers.image.description="Debian 12 based image to run indy-node. See https://github.com/hyperledger/indy-node-container"