Skip to content

Commit

Permalink
GH-711: unified the ganache-cli version for different CPU archs
Browse files Browse the repository at this point in the history
  • Loading branch information
bertllll committed Dec 4, 2023
1 parent 1f914d0 commit aae4082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.

FROM trufflesuite/ganache-cli:v6.7.0
FROM trufflesuite/ganache-cli:v6.12.2

ADD ./amd64_linux/entrypoint.sh /app/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.

# This is version v6.12.2 according to the official ganache versioning
FROM --platform=linux/arm64 nutrina/ganache-cli:0.3

ADD ./arm64_linux/entrypoint.sh /app/
Expand Down

0 comments on commit aae4082

Please sign in to comment.