Skip to content

Commit

Permalink
co-607 upgrade node version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
vaivk369 committed Dec 8, 2023
1 parent b7cf891 commit df5b3bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.20.1-slim
FROM node:14.21.3-slim
MAINTAINER "Ekstep" "info@ekstep.in"
USER root
COPY src /opt/program-service/
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@project-sunbird/telemetry-sdk": "0.0.24",
"async": "3.2.1",
"async": "3.2.5",
"axios": "0.19.2",
"better-config": "1.2.3",
"bluebird": "3.7.2",
Expand Down Expand Up @@ -45,7 +45,7 @@
"node-rsa": "1.1.1",
"papaparse": "5.3.1",
"pdfmake": "0.1.70",
"pg": "7.18.2",
"pg": "8.11.3",
"redis": "3.0.2",
"response_util": "file:libs/response_util",
"rewire": "5.0.0",
Expand Down

0 comments on commit df5b3bf

Please sign in to comment.