Use node version 14.4.0 (#24)

Closes #23
This commit is contained in:
Jeroen Knoops
2020-10-27 21:07:20 +01:00
committed by GitHub
parent fd47e658a1
commit a5c969ea55

View File

@@ -1,4 +1,4 @@
FROM node:slim
FROM node:14.4.0-buster-slim
COPY . .