Skip to content

Commit

Permalink
update iroha docker to 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey-N-Chernyshov <[email protected]>
  • Loading branch information
Alexey-N-Chernyshov committed Nov 19, 2021
1 parent eab9a5d commit b47ae31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testcontainers/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hyperledger/iroha:1.3.0-rc.1
FROM ghcr.io/hyperledger/iroha:1.3.0
WORKDIR /opt/iroha_data
ENTRYPOINT [""]
COPY run-iroha.sh wait-for-it.sh /
Expand Down
2 changes: 1 addition & 1 deletion testcontainers/docker/build_and_push.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

export TAG=ghcr.io/hyperledger/iroha:1.3.0-rc.1
export TAG=ghcr.io/hyperledger/iroha:1.3.0

docker build -t $TAG --compress --squash .
docker push $TAG

0 comments on commit b47ae31

Please sign in to comment.