Skip to content

Commit

Permalink
build(devcontainer): switch to JDK 8 (for Corda v4) and Node v18.19.0…
Browse files Browse the repository at this point in the history
… LTS

1. Also performed a minor upgrade of the golang compiler version
because the version we were using had a bug in it (compiler bug)

[skip ci]

Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Dec 5, 2023
1 parent fa17b52 commit 73fc74d
Showing 1 changed file with 7 additions and 23 deletions.
30 changes: 7 additions & 23 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,43 +17,27 @@
"version": "2.40.1"
},
"ghcr.io/devcontainers/features/go:1": {
"version": "1.20.4"
"version": "1.20.6"
},
"ghcr.io/devcontainers/features/java:1": {
"installGradle": true,
"installMaven": false,
"installAnt": false,
"version": "11.0.12-open",
"jdkDistro": "open",
"gradleVersion": "7.5.1",
"mavenVersion": "3.8.6",
"antVersion": "1.10.12"
"version": "8.0.392-amzn",
"jdkDistro": "amzn",
"gradleVersion": "5.6.4",
"mavenVersion": "3.9.5",
"antVersion": "1.10.13"
},
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
"version": "18.16.0"
"version": "18.19.0"
},
"ghcr.io/devcontainers/features/rust:1": {
"version": "1.63",
"profile": "complete"
},
"ghcr.io/devcontainers-contrib/features/actions-runner:1": {
"version": "latest",
"dotnetVersion": "latest"
},
"ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {},
"ghcr.io/devcontainers-contrib/features/dive:1": {
"version": "v0.10.0"
},
"ghcr.io/devcontainers-contrib/features/gitmux:1": {
"version": "v0.10.2"
},
"ghcr.io/devcontainers-contrib/features/ionic-cli:2": {
"version": "7.1.1"
},
"ghcr.io/devcontainers-contrib/features/kind:1": {
"version": "v0.18.0"
},
"ghcr.io/devcontainers-contrib/features/protoc:1": {
"version": "v3.20.3"
}
Expand Down

0 comments on commit 73fc74d

Please sign in to comment.