diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index f315553..734cf44 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -4,6 +4,6 @@ jobs: runs-on: docker steps: - name: Test Rust image - uses: https://git.kemitix.net/kemitix/rust@v0.1.0 + uses: https://git.kemitix.net/kemitix/rust@v0.2.0 with: args: test diff --git a/Dockerfile b/Dockerfile index efd465f..966a772 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM docker.io/rust:1.78.0-slim-bookworm RUN apt-get update && \ apt-get install -y \ --no-install-recommends \ - nodejs \ + nodejs=18.19.0+dfsg-6~deb12u1 \ curl=7.88.1-10+deb12u5 \ clang-16=1:16.0.6-15~deb12u1 \ mold=1.10.1+dfsg-1 && \ diff --git a/entrypoint.sh b/entrypoint.sh index b2c018c..1dddfc8 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,6 +2,4 @@ set -e -# set -ls -l -echo cargo ${INPUT_ARGS} +cargo ${INPUT_ARGS}