Skip to content

Commit

Permalink
Merge pull request #106 from hyperledger/chore-1-12-6
Browse files Browse the repository at this point in the history
chore: bump indy to 1.12.6
  • Loading branch information
solidnerd committed Aug 25, 2022
2 parents 247249d + 5802046 commit 7f9481d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile.bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ RUN apt-get update -y && \
# libsodium18 \
# libindy-crypto=0.4.5 \
# python3-indy-crypto=0.4.5 \
indy-node=1.12.5 \
indy-node=1.12.6 \
# node depends on plenum
indy-plenum=1.12.5 \
indy-plenum=1.12.6 \
#plenum dependencies
python3-ujson=1.33-1build1 \
python3-prompt-toolkit=0.57-1 \
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile.buster
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ RUN apt-get update -y && \
# libsodium18 \
# libindy-crypto=0.4.5 \
# python3-indy-crypto=0.4.5 \
indy-node=1.12.5 \
indy-node=1.12.6 \
# node depends on plenum
indy-plenum=1.12.5 \
indy-plenum=1.12.6 \
#plenum dependencies
python3-ujson=1.33-1build1 \
python3-prompt-toolkit=0.57-1 \
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile.ubuntu16
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN apt-get update -y && apt-get install -y \
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CE7709D068DB5E88
RUN bash -c 'echo "deb https://repo.sovrin.org/deb xenial stable" >> /etc/apt/sources.list'
RUN apt-get update -y && apt-get install -y \
indy-node=1.12.5 \
indy-plenum=1.12.5 \
indy-node=1.12.6 \
indy-plenum=1.12.6 \
&& rm -rf /var/lib/apt/lists/*

COPY init_and_run.sh ./
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile.ubuntu18
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ RUN apt-get update -y && \
# libsodium18 \
# libindy-crypto=0.4.5 \
# python3-indy-crypto=0.4.5 \
indy-node=1.12.5 \
indy-node=1.12.6 \
# node depends on plenum
indy-plenum=1.12.5 \
indy-plenum=1.12.6 \
#plenum dependencies
python3-ujson=1.33-1build1 \
python3-prompt-toolkit=0.57-1 \
Expand Down

0 comments on commit 7f9481d

Please sign in to comment.