diff --git a/Dockerfile b/Dockerfile index 324a585..0e1f6b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ WORKDIR /app # image for creating the documentation ###################################### -FROM node:22.2.0-alpine as DOCS +FROM node:22.8.0-alpine as DOCS # install packages RUN apk add --update --no-cache bash make git zsh curl tmux