From a30b65bf3907ccb98f77c3698a33c810eb249962 Mon Sep 17 00:00:00 2001 From: ashnashahgrover Date: Thu, 6 Jun 2024 13:54:15 +0530 Subject: [PATCH] Updated node version --- .devcontainer/devcontainer.json | 2 +- .../compose-dev.yaml | 12 ++++++++++++ jwtsecret.hex | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 examples/cactus-example-supply-chain-backend/compose-dev.yaml create mode 100644 jwtsecret.hex diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e4fe94b4a17..e9539c5767d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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", diff --git a/examples/cactus-example-supply-chain-backend/compose-dev.yaml b/examples/cactus-example-supply-chain-backend/compose-dev.yaml new file mode 100644 index 00000000000..a92f7012bbd --- /dev/null +++ b/examples/cactus-example-supply-chain-backend/compose-dev.yaml @@ -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 + diff --git a/jwtsecret.hex b/jwtsecret.hex new file mode 100644 index 00000000000..a18873cba66 --- /dev/null +++ b/jwtsecret.hex @@ -0,0 +1 @@ +d3544df446c697eb2fd8a956792e03f2d5602625eca55d79d473ecaa6c752fff \ No newline at end of file