Skip to content

Commit 99c4409

Browse files
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] <[email protected]>
1 parent dc7fd53 commit 99c4409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile.debian11

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright 2021-2025 by all people listed in https://github.com/hyperledger/indy-node-container/blob/main/NOTICE , see
44
# https://github.com/hyperledger/indy-node-container/blob/main/LICENSE for the license information.
55

6-
FROM python:3.8-slim-bullseye
6+
FROM python:3.13-slim-bullseye
77

88
LABEL org.opencontainers.image.description="Debian 11 based image to run indy-node. See https://github.com/hyperledger/indy-node-container"
99

build/Dockerfile.debian12

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright 2021-2025 by all people listed in https://github.com/hyperledger/indy-node-container/blob/main/NOTICE , see
44
# https://github.com/hyperledger/indy-node-container/blob/main/LICENSE for the license information.
55

6-
FROM python:3.8-slim-bookworm
6+
FROM python:3.13-slim-bookworm
77

88
LABEL org.opencontainers.image.description="Debian 12 based image to run indy-node. See https://github.com/hyperledger/indy-node-container"
99

0 commit comments

Comments
 (0)