Skip to content

Commit 3c0328e

Browse files
authored
Update Dockerfile
1 parent ae6d190 commit 3c0328e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.12.2-slim
1+
FROM node:20-slim
22

33
LABEL version="1.1"
44
LABEL description="Demo of a Medicare claims data sample app"
@@ -16,4 +16,4 @@ RUN yarn install
1616

1717
EXPOSE 3000
1818

19-
CMD ["yarn","start"]
19+
CMD ["yarn","start"]

0 commit comments

Comments
 (0)