diff --git a/Dockerfile b/Dockerfile index c92a27d..1975269 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ ENTRYPOINT ["/bin/zsh"] ####################################### # image for creating the documentation ###################################### -FROM node:22.8.0-alpine AS docs +FROM node:22.9.0-alpine AS docs # install packages RUN apk add --update --no-cache bash make git zsh curl tmux