Skip to content

Commit

Permalink
using node v v22.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kudj committed Oct 17, 2024
1 parent ae60ac3 commit 8139592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN pip install -r /tmp/requirements.txt

# Install Node.js and set up symlinks
RUN set -eux; \
NODE_VERSION="$(curl -fsSL https://nodejs.org/dist/latest/SHASUMS256.txt | head -n1 | awk '{ print $2 }' | awk -F - '{ print $2 }')" \
NODE_VERSION="v22.10.0" \
ARCH= && dpkgArch="$(dpkg --print-architecture)"; \
case "${dpkgArch##*-}" in \
amd64) ARCH='x64';; \
Expand Down

0 comments on commit 8139592

Please sign in to comment.