Skip to content

Commit

Permalink
fix(node): fixes aeternity#266 : update node version in docker compos…
Browse files Browse the repository at this point in the history
…e for arm support
  • Loading branch information
nikita-fuchs committed Dec 12, 2023
1 parent 0cd6477 commit ad8a5f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
node:
image: aeternity/aeternity:${NODE_TAG-v6.6.0}
image: aeternity/aeternity:${NODE_TAG-v6.12.0}
hostname: node
ports: ["3013:3013", "3113:3113", "3014:3014", "3114:3114"]
volumes:
Expand All @@ -24,4 +24,4 @@ services:
- node
networks:
game_network:
driver: bridge
driver: bridge

0 comments on commit ad8a5f5

Please sign in to comment.