Skip to content

Commit

Permalink
Update the version of NodeJS in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
haptikrajasashtikar committed Oct 26, 2023
1 parent d90f71d commit 56fb55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY docker/nginx.conf /etc/nginx/nginx.conf
COPY docker/default.site.conf /etc/nginx/sites-available/default

# TODO: Separate this out to a dev/test docker image
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash && \
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash && \
apt-get install nodejs && \
npm install -g newman && \
npm install -g newman-reporter-htmlextra && \
Expand Down

0 comments on commit 56fb55d

Please sign in to comment.