Skip to content

Commit

Permalink
Updated node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnashahgrover committed Jun 11, 2024
1 parent cc2f9c5 commit a30b65b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
"version": "18.19.0"
"version": "20.11.1"
},
"ghcr.io/devcontainers/features/rust:1": {
"version": "1.74",
Expand Down
12 changes: 12 additions & 0 deletions examples/cactus-example-supply-chain-backend/compose-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:
app:
entrypoint:
- sleep
- infinity
image: docker/dev-environments-default:stable-1
init: true
volumes:
- type: bind
source: /var/run/docker.sock
target: /var/run/docker.sock

1 change: 1 addition & 0 deletions jwtsecret.hex
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d3544df446c697eb2fd8a956792e03f2d5602625eca55d79d473ecaa6c752fff

0 comments on commit a30b65b

Please sign in to comment.