diff --git a/Dockerfile b/Dockerfile index 64cc29b..e3b5cc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ WORKDIR /app ####################################### # image for creating the documentation ###################################### -FROM node:14.4.0-alpine as DOCS +FROM node:14.7.0-alpine as DOCS # install packages RUN apk add --update --no-cache bash make git zsh curl tmux