Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thepiwo committed May 7, 2020
1 parent 3b010ea commit e79f262
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ version: '3'
services:
compiler:
hostname: compiler
image: 'aeternity/aesophia_http:v4.2.0'
image: 'aeternity/aesophia_http:v4.3.0'
ports:
- '3080:3080'
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: '3'
services:
node1:
image: aeternity/aeternity:v5.4.1
image: aeternity/aeternity:v5.5.4
hostname: node1
environment:
AETERNITY_CONFIG: /home/aeternity/aeternity.yaml
volumes:
- ./docker/aeternity_node1_mean15.yaml:/home/aeternity/aeternity.yaml

proxy:
image: 'nginx:1.13.8'
image: 'library/nginx:1.17.9'
hostname: proxy
ports:
- '3001:3001'
Expand All @@ -18,4 +18,3 @@ services:

volumes:
node1_db:

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@aeternity/aepp-sdk": "7.0.0",
"@aeternity/aepp-sdk": "^7.2.1",
"aeproject-lib": "^2.2.0",
"bignumber.js": "^9.0.0"
}
Expand Down

0 comments on commit e79f262

Please sign in to comment.