We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffd6ca commit 98eb3c2Copy full SHA for 98eb3c2
Dockerfile
@@ -54,7 +54,7 @@ ENTRYPOINT ["/bin/zsh"]
54
#######################################
55
# image for creating the documentation
56
######################################
57
-FROM node:23.7.0-alpine AS docs
+FROM node:23.8.0-alpine AS docs
58
59
# install packages
60
RUN apk add --update --no-cache bash make git zsh curl tmux
0 commit comments