Skip to content

Commit 78b5e11

Browse files
author
Jenkins CI
committed
Changes from 0.17.52
1 parent 96b0435 commit 78b5e11

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:20.14.0-bookworm
2-
ENV PS_VERSION=0.16.31 \
3-
URSIM_VERSION=0.14.47 \
4-
SDK_VERSION=6.1.29
2+
ENV PS_VERSION=0.17.52 \
3+
URSIM_VERSION=0.15.88 \
4+
SDK_VERSION=6.2.44
55
SHELL ["/bin/bash", "-c"]
66

77
RUN set -ex; \

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
],
1515
"onCreateCommand": "sudo chmod 666 /var/run/docker.sock",
1616
"updateContentCommand": {
17-
"setOwnership": "sudo chown -R dev:dev ${containerWorkspaceFolder} /ursim-polyscopex-0.14.47 /sdk-polyscopex-6.1.29"
17+
"setOwnership": "sudo chown -R dev:dev ${containerWorkspaceFolder} /ursim-polyscopex-0.15.88 /sdk-polyscopex-6.2.44"
1818
},
1919
"postCreateCommand": {
20-
"prepareUrsim": "sudo rm -f run-simulator && ln -s /ursim-polyscopex-0.14.47/run-simulator ${containerWorkspaceFolder}",
21-
"prepareSdk": "sudo rsync -ac --info=progress2 --exclude=install.sh --exclude=readme.txt /sdk-polyscopex-6.1.29/ ${containerWorkspaceFolder}",
20+
"prepareUrsim": "sudo rm -f run-simulator && ln -s /ursim-polyscopex-0.15.88/run-simulator ${containerWorkspaceFolder}",
21+
"prepareSdk": "sudo rsync -ac --info=progress2 --exclude=install.sh --exclude=readme.txt /sdk-polyscopex-6.2.44/ ${containerWorkspaceFolder}",
2222
},
2323
"postStartCommand": "sudo chmod 666 /var/run/docker.sock",
2424
"containerEnv": {
-4.64 KB
Binary file not shown.
4.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)