Skip to content

Commit

Permalink
Merge pull request #575 from snyk/fix/nodejs-update-to-v18.16.1
Browse files Browse the repository at this point in the history
fix: update Node.js to v18.16.1
  • Loading branch information
pavel-snyk authored Jul 18, 2023
2 parents db3c0a8 + 9ba7144 commit c379395
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node \
&& apt update && apt upgrade -y && apt install gpg curl xz-utils -y

ENV NODE_VERSION 18.16.0
ENV NODE_VERSION 18.16.1

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/Dockerfile.nlatest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node \
&& apt update && apt upgrade -y && apt install gpg curl xz-utils -y

ENV NODE_VERSION 20.0.0
ENV NODE_VERSION 20.4.0

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@
"outputPath": "binary-releases"
},
"volta": {
"node": "18.16.0"
"node": "18.16.1"
}
}

0 comments on commit c379395

Please sign in to comment.