We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab9a5d commit b47ae31Copy full SHA for b47ae31
testcontainers/docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/hyperledger/iroha:1.3.0-rc.1
+FROM ghcr.io/hyperledger/iroha:1.3.0
2
WORKDIR /opt/iroha_data
3
ENTRYPOINT [""]
4
COPY run-iroha.sh wait-for-it.sh /
testcontainers/docker/build_and_push.sh
@@ -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
5
docker build -t $TAG --compress --squash .
6
docker push $TAG
0 commit comments