We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a43a8ea + 5681b47 commit 4337f97Copy full SHA for 4337f97
Dockerfile
@@ -1,7 +1,7 @@
1
########################################
2
# prod image
3
#######################################
4
-FROM alpine:3.22.0 AS prod
+FROM alpine:3.22.2 AS prod
5
6
ARG GH_CLI_VER=2.44.1
7
@@ -54,7 +54,7 @@ ENTRYPOINT ["/bin/zsh"]
54
55
# image for creating the documentation
56
######################################
57
-FROM node:24.4.0-alpine AS docs
+FROM node:25.1.0-alpine AS docs
58
59
# install packages
60
RUN apk add --update --no-cache bash make git zsh curl tmux
0 commit comments