Skip to content

Commit

Permalink
ST-519: Increment token plugin versions.
Browse files Browse the repository at this point in the history
Signed-off-by: artem.ivanov <[email protected]>
  • Loading branch information
Artemkaaas committed Jul 3, 2019
1 parent fe872d8 commit ebe754a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions devops/docker/ci/xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ENV LIBINDY_CRYPTO_VERSION ${LIBINDY_CRYPTO_VERSION:-0.4.5}
ENV PYTHON3_INDY_CRYPTO_VERSION ${PYTHON3_INDY_CRYPTO_VERSION:-0.4.5}
ENV INDY_PLENUM_VERSION ${INDY_PLENUM_VERSION:-1.9.0}
ENV INDY_NODE_VERSION ${INDY_NODE_VERSION:-1.9.0~rc3}
ENV TOKEN_VER ${TOKEN_VER:-0.9.14~rc12}
ENV TOKEN_VER ${TOKEN_VER:-1.0.0~rc13}
RUN echo "deb https://repo.sovrin.org/sdk/deb xenial master" >> /etc/apt/sources.list
RUN echo "deb https://repo.sovrin.org/deb xenial rc" >> /etc/apt/sources.list \
&& apt-get update && apt-get install -y --no-install-recommends \
Expand Down Expand Up @@ -66,4 +66,4 @@ COPY libsovtoken-ci-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/libsovtoken-ci-entrypoint.sh
ENTRYPOINT ["libsovtoken-ci-entrypoint.sh"]

ENV LIBSOVTOKEN_CI_ENV_VERSION=0.64.0
ENV LIBSOVTOKEN_CI_ENV_VERSION=0.66.0
4 changes: 2 additions & 2 deletions devops/indy-pool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ ARG indy_plenum_ver=1.9.0
ARG indy_node_ver=1.9.0~rc3
ARG python3_indy_crypto_ver=0.4.5
ARG indy_crypto_ver=0.4.5
ARG token_ver=0.9.14~rc12
ARG fees_ver=0.9.14~rc12
ARG token_ver=1.0.0~rc13
ARG fees_ver=1.0.0~rc13

# Install environment
RUN apt-get update -y && apt-get install -y \
Expand Down

0 comments on commit ebe754a

Please sign in to comment.