Skip to content

Commit c3f6d63

Browse files
author
Jenkins CI
committed
Changes from 0.13.128
1 parent 5d68bc9 commit c3f6d63

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 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.13.127 \
2+
ENV PS_VERSION=0.13.128 \
33
URSIM_VERSION=0.11.186 \
4-
SDK_VERSION=5.3.45
4+
SDK_VERSION=5.3.46
55
SHELL ["/bin/bash", "-c"]
66

77
RUN set -ex; \

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 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 psxdev:psxdev ${containerWorkspaceFolder} /ursim-polyscopex-0.11.186 /sdk-polyscopex-5.3.45"
17+
"setOwnership": "sudo chown -R psxdev:psxdev ${containerWorkspaceFolder} /ursim-polyscopex-0.11.186 /sdk-polyscopex-5.3.46"
1818
},
1919
"postCreateCommand": {
2020
"prepareUrsim": "sudo rm -f run-simulator && ln -s /ursim-polyscopex-0.11.186/run-simulator ${containerWorkspaceFolder}",
21-
"prepareSdk": "sudo rsync -ac --info=progress2 --exclude=install.sh --exclude=readme.txt /sdk-polyscopex-5.3.45/ ${containerWorkspaceFolder}",
21+
"prepareSdk": "sudo rsync -ac --info=progress2 --exclude=install.sh --exclude=readme.txt /sdk-polyscopex-5.3.46/ ${containerWorkspaceFolder}",
2222
},
2323
"postStartCommand": "sudo chmod 666 /var/run/docker.sock",
2424
"containerEnv": {
1.02 MB
Binary file not shown.

0 commit comments

Comments
 (0)