Skip to content

Commit

Permalink
Merge pull request #2951 from jorund1/update-nodejs-version-test-dock…
Browse files Browse the repository at this point in the history
…erfile

Use nodejs version 18 instead of version 14 in when building test docker image
  • Loading branch information
lunkwill42 authored Sep 4, 2024
2 parents 2bbd9f0 + 762f195 commit 7e0786c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN apt-get update && \


# Now install NodeJS and NPM for Javascript testing needs -
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
apt-get install -y --no-install-recommends nodejs

# Install geckodriver to properly run Selenium tests in Firefox versions>=47
Expand Down

0 comments on commit 7e0786c

Please sign in to comment.