diff --git a/build/Dockerfile.bullseye b/build/Dockerfile.bullseye index 3bbb76a..0cbad91 100644 --- a/build/Dockerfile.bullseye +++ b/build/Dockerfile.bullseye @@ -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 \ diff --git a/build/Dockerfile.buster b/build/Dockerfile.buster index 3cd73e2..54fce0f 100644 --- a/build/Dockerfile.buster +++ b/build/Dockerfile.buster @@ -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 \ diff --git a/build/Dockerfile.ubuntu16 b/build/Dockerfile.ubuntu16 index 85fecc8..09840ce 100644 --- a/build/Dockerfile.ubuntu16 +++ b/build/Dockerfile.ubuntu16 @@ -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 ./ diff --git a/build/Dockerfile.ubuntu18 b/build/Dockerfile.ubuntu18 index 8d400f9..6064cb4 100644 --- a/build/Dockerfile.ubuntu18 +++ b/build/Dockerfile.ubuntu18 @@ -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 \