Skip to content

Commit f55b445

Browse files
authored
Merge pull request #10 from PsycleResearch/features/node-lts
feat: Node LTS
2 parents f2dccf0 + 1ee6389 commit f55b445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
2828
./aws/install
2929

3030
# Install NodeJS
31-
ARG NODE_MAJOR=21
31+
ARG NODE_MAJOR=20
3232

3333
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
3434
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list

0 commit comments

Comments
 (0)