File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
# Copyright 2021-2025 by all people listed in https://github.com/hyperledger/indy-node-container/blob/main/NOTICE , see
4
4
# https://github.com/hyperledger/indy-node-container/blob/main/LICENSE for the license information.
5
5
6
- FROM python:3.8 -slim-bullseye
6
+ FROM python:3.13 -slim-bullseye
7
7
8
8
LABEL org.opencontainers.image.description="Debian 11 based image to run indy-node. See https://github.com/hyperledger/indy-node-container"
9
9
Original file line number Diff line number Diff line change 3
3
# Copyright 2021-2025 by all people listed in https://github.com/hyperledger/indy-node-container/blob/main/NOTICE , see
4
4
# https://github.com/hyperledger/indy-node-container/blob/main/LICENSE for the license information.
5
5
6
- FROM python:3.8 -slim-bookworm
6
+ FROM python:3.13 -slim-bookworm
7
7
8
8
LABEL org.opencontainers.image.description="Debian 12 based image to run indy-node. See https://github.com/hyperledger/indy-node-container"
9
9
You can’t perform that action at this time.
0 commit comments