Skip to content

Commit ba0ead0

Browse files
committed
bump node base and node sass
1 parent bac6fd6 commit ba0ead0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.17.1
1+
FROM node:18.14-slim
22

33
LABEL version="1.0"
44
LABEL description="Demo of a Medicare claims data sample app"

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-dom": "^18.2.0",
1515
"react-router-dom": "^6.4.2",
1616
"react-scripts": "5.0.1",
17-
"node-sass": "7.0.3",
17+
"node-sass": "8.0.0",
1818
"typescript": "^4.8.4",
1919
"web-vitals": "^3.0.3"
2020
},

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.17.1
1+
FROM node:18.14-slim
22

33
LABEL version="1.0"
44
LABEL description="Demo of a Medicare claims data sample app"

0 commit comments

Comments
 (0)