Skip to content

Commit 03a3f1c

Browse files
Universal image: Update tools/sdk versions (ruby & php) (#623)
* Universal image: Update tools/sdk versions (ruby & php) * Update test.sh
1 parent 53828b8 commit 03a3f1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/universal/.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": "latest"
1919
},
2020
"ghcr.io/devcontainers/features/node:1": {
21-
"version": "19",
21+
"version": "20",
2222
"additionalVersions": "18"
2323
},
2424
"./local-features/nvs": "latest",
@@ -38,8 +38,8 @@
3838
"version": "latest"
3939
},
4040
"ghcr.io/devcontainers/features/ruby:1": {
41-
"version": "3.1",
42-
"additionalVersions": "3.0"
41+
"version": "3.2",
42+
"additionalVersions": "3.1"
4343
},
4444
"ghcr.io/devcontainers/features/java:1": {
4545
"version": "17",

src/universal/test-project/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ check "run-puppeteer" node puppeteer.js
142142
check "oryx" oryx --version
143143

144144
# Ensures nvm works in a Node Project
145-
check "default-node-version" bash -c "node --version | grep 19."
145+
check "default-node-version" bash -c "node --version | grep 20."
146146
check "default-node-location" bash -c "which node | grep /home/codespace/nvm/current/bin"
147147
check "oryx-build-node-projectr" bash -c "oryx build ./sample/node"
148148
check "oryx-configured-current-node-version" bash -c "ls -la /home/codespace/nvm/current | grep /opt/nodejs"

0 commit comments

Comments
 (0)