diff --git a/Dockerfile b/Dockerfile index e1eab12..b0d9971 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ WORKDIR /app ####################################### # image for creating the documentation ###################################### -FROM node:19.2.0-alpine as docs +FROM node:19.3.0-alpine as docs # install packages RUN apk add --update --no-cache bash make git zsh curl tmux