Skip to content

Commit

Permalink
feat: upgrade to compiler image 7.3.0 for ARM64/Apple Silicon support
Browse files Browse the repository at this point in the history
  • Loading branch information
thepiwo committed Apr 11, 2023
1 parent 0b717a5 commit 83814e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/node-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"containerName": "aeproject_node"
},
"compilerConfiguration": {
"imageVersion": "v7.2.0",
"imageVersion": "v7.3.0",
"containerName": "aeproject_compiler"
},
"proxyConfiguration": {
Expand Down
2 changes: 1 addition & 1 deletion src/init/update-artifacts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- './docker/accounts.json:/home/aeternity/node/data/aecore/.genesis/accounts_test.json'

aeproject_compiler:
image: aeternity/aesophia_http:${COMPILER_TAG:-v7.2.0}
image: aeternity/aesophia_http:${COMPILER_TAG:-v7.3.0}
hostname: compiler
ports:
- '3080:3080'
Expand Down

0 comments on commit 83814e2

Please sign in to comment.