We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bd7bc commit f7385adCopy full SHA for f7385ad
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 python:3.9.6
+FROM python:3.9.16-slim
ARG BUILD_DEVELOPMENT="False"
0 commit comments