Skip to content

Commit 2fbe7cd

Browse files
committed
Release v1.2.7
1 parent 749d208 commit 2fbe7cd

File tree

7 files changed

+25
-24
lines changed

7 files changed

+25
-24
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM node:21-bookworm-slim
1+
#FROM debian:trixie-slim
2+
FROM node:24-trixie-slim
23

34
ENV DEBIAN_FRONTEND=noninteractive
45

@@ -11,8 +12,7 @@ RUN echo "Packages" && \
1112
git git-lfs \
1213
jq \
1314
grep ripgrep \
14-
zip unzip xz-utils xzdec \
15-
mc && \
15+
zip unzip xz-utils xzdec && \
1616
# Cleanup
1717
apt-get autoremove -y && \
1818
apt-get clean autoclean && \

.devcontainer/devcontainer.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@
4747
// tell VSCode that you want the shell to be a login, interactive shell
4848
"terminal.integrated.shellArgs.linux": ["-l", "-i"]
4949
}
50-
}
51-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
52-
// "forwardPorts": [],
53-
// Uncomment to use the Docker CLI from inside the container. See https://aka.ms/vscode-remote/samples/docker-from-docker.
54-
// "mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ],
55-
// Uncomment when using a ptrace-based debugger like C++, Go, and Rust
56-
// "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
57-
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
58-
//"remoteUser": "vscode",
50+
},
51+
"remoteUser": "root"
5952
}

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
169169

170170
<!-- Section for Reference Links -->
171171

172-
[vNext]: https://github.com/jakoch/install-vulkan-sdk-action/compare/v1.2.6...HEAD
172+
[vNext]: https://github.com/jakoch/install-vulkan-sdk-action/compare/v1.2.7...HEAD
173+
[1.2.7]: https://github.com/jakoch/install-vulkan-sdk-action/compare/v1.2.6...v1.2.7
173174
[1.2.6]: https://github.com/jakoch/install-vulkan-sdk-action/compare/v1.2.5...v1.2.6
174175
[1.2.5]: https://github.com/jakoch/install-vulkan-sdk-action/compare/v1.2.4...v1.2.5
175176
[1.2.4]: https://github.com/jakoch/install-vulkan-sdk-action/compare/v1.2.3...v1.2.4

dist/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 13 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "install-vulkan-sdk-action",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"private": true,
55
"description": "A Github Action installing the Vulkan SDK and Runtime.",
66
"author": "Jens A. Koch",
@@ -46,7 +46,7 @@
4646
"@github/local-action": "^6.0.0",
4747
"@types/jest": "^30",
4848
"@types/node": "^24.7",
49-
"@vercel/ncc": "^0.38.0",
49+
"@vercel/ncc": "^0.38.4",
5050
"husky": "^9.1.7",
5151
"jest": "^30",
5252
"ts-jest": "^29",

0 commit comments

Comments
 (0)