diff --git a/Dockerfile b/Dockerfile index 5c05d2ba..96782140 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ WORKDIR /app ####################################### # image for creating the documentation ###################################### -FROM node:14.2.0-alpine as DOCS +FROM node:14.3.0-alpine as DOCS # install packages RUN apk add --update --no-cache bash make git zsh curl tmux