Skip to content

Commit

Permalink
chore: update node and compiler versions
Browse files Browse the repository at this point in the history
  • Loading branch information
akalogerakisunicorn authored and alex-k8 committed Oct 15, 2024
1 parent 6e35577 commit da88b35
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-v7.2.0}
hostname: node
ports: ["3013:3013", "3113:3113", "3014:3014", "3114:3114"]
volumes:
Expand All @@ -13,7 +13,7 @@ services:
- game_network

compiler:
image: aeternity/aesophia_http:${COMPILER_TAG-v6.1.0}
image: aeternity/aesophia_http:${COMPILER_TAG-v8.0.0}
hostname: compiler
ports: ["3080:3080"]
logging:
Expand Down

0 comments on commit da88b35

Please sign in to comment.