Pinned Docker Version

This commit is contained in:
2020-01-24 22:39:32 +01:00
parent a3b4af5f5b
commit 61210d785e

View File

@@ -1,3 +1,3 @@
FROM node:latest
FROM node:lts-alpine3.9
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]