We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6d190 commit 3c0328eCopy full SHA for 3c0328e
1 file changed
client/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20.12.2-slim
+FROM node:20-slim
2
3
LABEL version="1.1"
4
LABEL description="Demo of a Medicare claims data sample app"
@@ -16,4 +16,4 @@ RUN yarn install
16
17
EXPOSE 3000
18
19
-CMD ["yarn","start"]
+CMD ["yarn","start"]
0 commit comments