diff --git a/Dockerfile b/Dockerfile index 8681510..da91900 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.15.1-alpine +FROM node:14.17.0-alpine LABEL maintainer="Chao Tzu-Hsien"