diff --git a/Dockerfile b/Dockerfile index 102b310..0ce3afd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8.16.0-slim +FROM node:14.18.0-slim # Install packages RUN apt-get update && apt-get install -yq \ @@ -7,4 +7,4 @@ RUN apt-get update && apt-get install -yq \ ADD bin/ /bin -CMD npm-auth \ No newline at end of file +CMD npm-auth