summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c6fdaa5..a825b2e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
1FROM node:10.17.0-stretch 1FROM node:13.12.0-stretch
2 2
3WORKDIR /app 3WORKDIR /app
4 4