File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 env :
16- IMAGE_VERSION : bookworm_rust_1.88-node_24.4 .1
16+ IMAGE_VERSION : bookworm_rust_1.88-node_22.17 .1
1717
1818 steps :
1919 - name : Checkout code
Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ RUN ((cat /etc/os-release | grep ID | grep alpine) && apk add --no-cache musl-de
4545 && rm -rf $CARGO_HOME/registry/
4646
4747# ----------------------
48- # node 24.4 .1 via https://github.com/nodejs/docker-node/blob/main/24 /bookworm/Dockerfile
48+ # node 22.17 .1 via https://github.com/nodejs/docker-node/blob/main/22 /bookworm/Dockerfile
4949# ----------------------
5050RUN groupadd --gid 1000 node \
5151 && useradd --uid 1000 --gid node --shell /bin/bash --create-home node
5252
53- ENV NODE_VERSION 24.4 .1
53+ ENV NODE_VERSION 22.17 .1
5454
5555RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
5656 && case "${dpkgArch##*-}" in \
You can’t perform that action at this time.
0 commit comments