diff --git a/Dockerfile b/Dockerfile index 894f06a..d28295e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:6-slim +FROM node:14-slim RUN apt-get update && \ apt-get install -y git curl bzip2 && \