Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #937 from jovfer/rc
Browse files Browse the repository at this point in the history
Update versions in GSG and pool dockerfiles
  • Loading branch information
Vyacheslav authored Jul 11, 2018
2 parents 16c637c + 6ed7f41 commit ddc4972
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ci/indy-pool.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ RUN pip3 install -U \
setuptools

RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88
ARG indy_stream=master
ARG indy_stream=stable
RUN echo "deb https://repo.sovrin.org/deb xenial $indy_stream" >> /etc/apt/sources.list

RUN useradd -ms /bin/bash -u $uid indy

ARG indy_plenum_ver=1.4.419
ARG indy_anoncreds_ver=1.0.32
ARG indy_node_ver=1.4.480
ARG indy_plenum_ver=1.4.45
ARG indy_anoncreds_ver=1.0.11
ARG indy_node_ver=1.4.66
ARG python3_indy_crypto_ver=0.4.1
ARG indy_crypto_ver=0.4.0

Expand Down
6 changes: 3 additions & 3 deletions doc/getting-started/getting-started.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ RUN pip3 install -U \
pip \
setuptools \
jupyter \
python3-indy==1.4.0-dev-586
python3-indy==1.5.0

RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88 \
&& add-apt-repository "deb https://repo.sovrin.org/sdk/deb xenial master" \
&& add-apt-repository "deb https://repo.sovrin.org/sdk/deb xenial stable" \
&& apt-get update \
&& apt-get install -y \
libindy
libindy=1.5.0

USER indy

Expand Down

0 comments on commit ddc4972

Please sign in to comment.