Skip to content

Commit 7f9481d

Browse files
authored
Merge pull request #106 from hyperledger/chore-1-12-6
chore: bump indy to 1.12.6
2 parents 247249d + 5802046 commit 7f9481d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

build/Dockerfile.bullseye

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ RUN apt-get update -y && \
3232
# libsodium18 \
3333
# libindy-crypto=0.4.5 \
3434
# python3-indy-crypto=0.4.5 \
35-
indy-node=1.12.5 \
35+
indy-node=1.12.6 \
3636
# node depends on plenum
37-
indy-plenum=1.12.5 \
37+
indy-plenum=1.12.6 \
3838
#plenum dependencies
3939
python3-ujson=1.33-1build1 \
4040
python3-prompt-toolkit=0.57-1 \

build/Dockerfile.buster

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ RUN apt-get update -y && \
3232
# libsodium18 \
3333
# libindy-crypto=0.4.5 \
3434
# python3-indy-crypto=0.4.5 \
35-
indy-node=1.12.5 \
35+
indy-node=1.12.6 \
3636
# node depends on plenum
37-
indy-plenum=1.12.5 \
37+
indy-plenum=1.12.6 \
3838
#plenum dependencies
3939
python3-ujson=1.33-1build1 \
4040
python3-prompt-toolkit=0.57-1 \

build/Dockerfile.ubuntu16

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ RUN apt-get update -y && apt-get install -y \
1414
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CE7709D068DB5E88
1515
RUN bash -c 'echo "deb https://repo.sovrin.org/deb xenial stable" >> /etc/apt/sources.list'
1616
RUN apt-get update -y && apt-get install -y \
17-
indy-node=1.12.5 \
18-
indy-plenum=1.12.5 \
17+
indy-node=1.12.6 \
18+
indy-plenum=1.12.6 \
1919
&& rm -rf /var/lib/apt/lists/*
2020

2121
COPY init_and_run.sh ./

build/Dockerfile.ubuntu18

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ RUN apt-get update -y && \
3131
# libsodium18 \
3232
# libindy-crypto=0.4.5 \
3333
# python3-indy-crypto=0.4.5 \
34-
indy-node=1.12.5 \
34+
indy-node=1.12.6 \
3535
# node depends on plenum
36-
indy-plenum=1.12.5 \
36+
indy-plenum=1.12.6 \
3737
#plenum dependencies
3838
python3-ujson=1.33-1build1 \
3939
python3-prompt-toolkit=0.57-1 \

0 commit comments

Comments
 (0)