We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bac6fd6 + ba0ead0 commit 948b05eCopy full SHA for 948b05e
3 files changed
client/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:16.17.1
+FROM node:18.14-slim
2
3
LABEL version="1.0"
4
LABEL description="Demo of a Medicare claims data sample app"
client/package.json
@@ -14,7 +14,7 @@
14
"react-dom": "^18.2.0",
15
"react-router-dom": "^6.4.2",
16
"react-scripts": "5.0.1",
17
- "node-sass": "7.0.3",
+ "node-sass": "8.0.0",
18
"typescript": "^4.8.4",
19
"web-vitals": "^3.0.3"
20
},
server/Dockerfile
-FROM node:14.17.1
0 commit comments