Skip to content

Commit

Permalink
Bump Node JS version
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWichelmann committed Jul 18, 2022
1 parent 9e1794c commit c0e0d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jalangi2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update -y && apt-get install -y \
wget \
git \
jq
RUN wget -q -O - https://deb.nodesource.com/setup_17.x | bash -
RUN wget -q -O - https://deb.nodesource.com/setup_18.x | bash -
RUN apt-get install -y nodejs

# Copy Microwalk binaries
Expand Down

0 comments on commit c0e0d53

Please sign in to comment.