Skip to content

Commit f7385ad

Browse files
committed
update docker base images bump node sass
1 parent e4bd7bc commit f7385ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 python:3.9.6
1+
FROM python:3.9.16-slim
22

33
ARG BUILD_DEVELOPMENT="False"
44

0 commit comments

Comments
 (0)