Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions al/aarch64/standard/3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ RUN set -ex \

#**************** NODEJS ****************************************************

ENV NODE_24_VERSION="24.10.0" \
NODE_22_VERSION="22.20.0" \
NODE_20_VERSION="20.19.5" \
ENV NODE_24_VERSION="24.13.0" \
NODE_22_VERSION="22.22.0" \
NODE_20_VERSION="20.20.0" \
NODE_18_VERSION="18.20.8"

RUN n --no-preserve $NODE_18_VERSION && npm install --save-dev -g -f grunt \
Expand Down
6 changes: 3 additions & 3 deletions al/x86_64/standard/5.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ RUN sbt --allow-empty version -Dsbt.rootdir=true \

ENV N_SRC_DIR="$SRC_DIR/n"
ENV NODE_18_VERSION="18.20.8" \
NODE_20_VERSION="20.19.2" \
NODE_22_VERSION="22.16.0" \
NODE_24_VERSION="24.2.0"
NODE_20_VERSION="20.20.0" \
NODE_22_VERSION="22.22.0" \
NODE_24_VERSION="24.13.0"

RUN git clone https://github.com/tj/n $N_SRC_DIR \
&& cd $N_SRC_DIR && make install
Expand Down
6 changes: 3 additions & 3 deletions ubuntu/standard/7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,9 @@ ARG SRC_DIR="/usr/src"
ARG N_SRC_DIR="$SRC_DIR/n"

ENV NODE_18_VERSION="18.20.8" \
NODE_20_VERSION="20.19.2" \
NODE_22_VERSION="22.16.0" \
NODE_24_VERSION="24.2.0"
NODE_20_VERSION="20.20.0" \
NODE_22_VERSION="22.22.0" \
NODE_24_VERSION="24.13.0"

RUN git clone https://github.com/tj/n $N_SRC_DIR \
&& cd $N_SRC_DIR && make install
Expand Down