diff --git a/Dockerfile b/Dockerfile index e1a8be8..2125ee0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ WORKDIR /app # image for creating the documentation ###################################### -FROM node:23.0.0-alpine AS docs +FROM node:23.6.0-alpine AS docs # install packages RUN apk add --update --no-cache bash make git zsh curl tmux