Skip to content

Commit

Permalink
avalanchego 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Stock committed Sep 30, 2021
1 parent dab2c14 commit 6235a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/production/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
avalanche:
env_file:
- production.env
image: "avaplatform/avalanchego:v1.6.0"
image: "avaplatform/avalanchego:v1.6.1"
command: /bin/sh -cx "exec /avalanchego/build/avalanchego
--config-file=/opt/config.json
--network-id=$${NETWORKID}
Expand Down
2 changes: 1 addition & 1 deletion docker/standalone/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
avalanche:
env_file:
- standalone.env
image: "avaplatform/avalanchego:v1.6.0"
image: "avaplatform/avalanchego:v1.6.1"
command: /bin/sh -cx "exec /avalanchego/build/avalanchego
--config-file=/opt/config.json
--network-id=$${NETWORKID}
Expand Down

0 comments on commit 6235a68

Please sign in to comment.