Skip to content

Commit

Permalink
build: upgrade to node 16 & pin mongo deps to v6 db compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 28, 2025
1 parent fd39c5f commit f2bf6b6
Show file tree
Hide file tree
Showing 3 changed files with 1,329 additions and 177 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update \
git \
software-properties-common \
&& curl -sf https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
&& add-apt-repository -s "deb https://deb.nodesource.com/node_14.x $(lsb_release -c -s) main" \
&& add-apt-repository -s "deb https://deb.nodesource.com/node_16.x $(lsb_release -c -s) main" \
&& apt-get update \
&& apt-get install --no-install-recommends -y nodejs \
&& apt-get clean \
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"jsonwebtoken": "^8.1.0",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"mongodb": "^2.0.40",
"mongoose": "^4.0.2",
"mongodb": "^4.17.2",
"mongoose": "^6.13.8",
"monq": "^0.3.7",
"newrelic": "^1.20.0",
"node-cron": "^1.1.3",
Expand Down
Loading

0 comments on commit f2bf6b6

Please sign in to comment.