Skip to content

Commit

Permalink
ACAS-727: Update to nodejs 20 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbolt committed Apr 18, 2024
1 parent d511379 commit d89d75c
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 @@ -29,7 +29,7 @@ RUN dnf install -y initscripts python3-psycopg2

# node
ENV NPM_CONFIG_LOGLEVEL warn
ENV NODE_VERSION 18.x
ENV NODE_VERSION 20.x
RUN curl -fsSL https://rpm.nodesource.com/setup_$NODE_VERSION | bash - && \
dnf install -y nodejs
# ACAS-762 temporary fix for npm multi-arch build issue. Remove when Node is updated to > 18.20.1 and fix is confirmed
Expand Down

0 comments on commit d89d75c

Please sign in to comment.