Skip to content

Commit

Permalink
Merge pull request #14 from hyperledger/feature/bump-rc4-hotfix1
Browse files Browse the repository at this point in the history
Bump to rc4-hotfix-1
  • Loading branch information
Warchant authored Mar 12, 2019
2 parents 1bf8f9d + 6fc6eac commit c145905
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 hyperledger/iroha:1.0.0_rc4
FROM hyperledger/iroha:1.0.0_rc4-hotfix1
WORKDIR /opt/iroha_data
ENTRYPOINT [""]
COPY run-iroha.sh wait-for-it.sh /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class IrohaContainer extends FailureDetectingExternalResource implements
public static final String defaultPostgresAlias = "iroha.postgres";
public static final String defaultIrohaAlias = "iroha";
public static final String irohaWorkdir = "/opt/iroha_data";
public static final String defaultIrohaDockerImage = "warchantua/iroha:1.0.0_rc4";
public static final String defaultIrohaDockerImage = "warchantua/iroha:1.0.0_rc4-hotfix1";
public static final String defaultPostgresDockerImage = "postgres:11-alpine";

// env vars
Expand Down

0 comments on commit c145905

Please sign in to comment.