Use nodejs stable(?) version

This commit is contained in:
Ethan O'Brien 2024-07-17 12:24:00 -05:00 committed by GitHub
parent 541850128b
commit a72a1e7dd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ FROM docker.io/library/debian:latest as builder
# First - build # First - build
RUN apt update && apt install -y curl libssl-dev perl git gcc make RUN apt update && apt install -y curl libssl-dev perl git gcc make
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash
RUN apt update && apt install -y nodejs RUN apt update && apt install -y nodejs
RUN curl -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --default-toolchain stable --profile minimal RUN curl -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --default-toolchain stable --profile minimal