We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24e7b33 + 3c0328e commit fde09b7Copy full SHA for fde09b7
1 file changed
client/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:19.9-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