File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/jp/co/soramitsu/iroha/testcontainers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM hyperledger/iroha:1.0.0_rc4
1+ FROM hyperledger/iroha:1.0.0_rc4-hotfix1
22WORKDIR /opt/iroha_data
33ENTRYPOINT ["" ]
44COPY run-iroha.sh wait-for-it.sh /
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class IrohaContainer extends FailureDetectingExternalResource implements
3434 public static final String defaultPostgresAlias = "iroha.postgres" ;
3535 public static final String defaultIrohaAlias = "iroha" ;
3636 public static final String irohaWorkdir = "/opt/iroha_data" ;
37- public static final String defaultIrohaDockerImage = "warchantua/iroha:1.0.0_rc4" ;
37+ public static final String defaultIrohaDockerImage = "warchantua/iroha:1.0.0_rc4-hotfix1 " ;
3838 public static final String defaultPostgresDockerImage = "postgres:11-alpine" ;
3939
4040 // env vars
You can’t perform that action at this time.
0 commit comments