diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 0aa76943c66c87c822fde81dc052cbfc62d93cca..148479295dad4c79c5a93deb0ae2f4c1c31ca693 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12.14.0-alpine +FROM node:12.14.1-alpine # Build arguments to change source url, branch or tag ARG CODIMD_REPOSITORY=https://github.com/codimd/server.git