diff --git a/Dockerfile b/Dockerfile index 8d02ed10..3a1dee11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ WORKDIR /app ####################################### # image for creating the documentation ###################################### -FROM node:20.5.0-alpine as docs +FROM node:20.5.1-alpine as docs # install packages RUN apk add --update --no-cache bash make git zsh curl tmux