Skip to content

Commit

Permalink
Merge pull request #39 from CMSgov/BB2-2025-update-docker-base-image-…
Browse files Browse the repository at this point in the history
…version

[ BB2-2025 ] bump node base and node sass
  • Loading branch information
oragame authored Feb 23, 2023
2 parents bac6fd6 + ba0ead0 commit 948b05e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.17.1
FROM node:18.14-slim

LABEL version="1.0"
LABEL description="Demo of a Medicare claims data sample app"
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.2",
"react-scripts": "5.0.1",
"node-sass": "7.0.3",
"node-sass": "8.0.0",
"typescript": "^4.8.4",
"web-vitals": "^3.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17.1
FROM node:18.14-slim

LABEL version="1.0"
LABEL description="Demo of a Medicare claims data sample app"
Expand Down

0 comments on commit 948b05e

Please sign in to comment.