Skip to content

Commit

Permalink
ST-579: Release LibSovToken 1.0.0 - incremented docker 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 2, 2019
1 parent f90492e commit 9894eed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devops/docker/ci/xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,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.61.0
ENV LIBSOVTOKEN_CI_ENV_VERSION=0.62.0
4 changes: 2 additions & 2 deletions libsovtoken/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ libc = "0.2.41"
log = "0.4.6"
openssl = "0.10.20"
rand = "0.3"
indy-sys = "=1.10.0-rc-96"
indy = "=1.10.0-rc-96"
indy-sys = "=1.10.0-rc-77"
indy = "=1.10.0-rc-77"
serde = "1.0.89"
serde_derive = "1.0.89"
serde_json = "1.0.39"
Expand Down

0 comments on commit 9894eed

Please sign in to comment.