Skip to content

Commit b47ae31

Browse files
update iroha docker to 1.3.0
Signed-off-by: Alexey-N-Chernyshov <[email protected]>
1 parent eab9a5d commit b47ae31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testcontainers/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/hyperledger/iroha:1.3.0-rc.1
1+
FROM ghcr.io/hyperledger/iroha:1.3.0
22
WORKDIR /opt/iroha_data
33
ENTRYPOINT [""]
44
COPY run-iroha.sh wait-for-it.sh /
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

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

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

0 commit comments

Comments
 (0)