Skip to content

Commit

Permalink
Chore/upgrade node (#161)
Browse files Browse the repository at this point in the history
* Upgrade node to v10

* 2.9.101

* Revert image version to latest
  • Loading branch information
mattdean-digicatapult committed Jan 5, 2024
1 parent 6a90192 commit 9469094
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ version: '3'
services:
dscp-node:
image: digicatapult/dscp-node:latest
command:
command: |
--base-path /data/
--dev
--unsafe-ws-external
--unsafe-rpc-external
--rpc-cors all
ports:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/dscp-ipfs",
"version": "2.9.100",
"version": "2.9.101",
"description": "IPFS node for use in DSCP",
"main": "app/index.js",
"type": "module",
Expand Down

0 comments on commit 9469094

Please sign in to comment.