File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v5
15- - uses : actions/setup-python@v5
15+ - uses : actions/setup-python@v6
1616 with :
1717 python-version : 3.x
1818 - run : pip install mkdocs-material
Original file line number Diff line number Diff line change 11# #######################################
22# prod image
33# ######################################
4- FROM alpine:3.22.0 AS prod
4+ FROM alpine:3.22.2 AS prod
55
66ARG GH_CLI_VER=2.44.1
77
@@ -54,7 +54,7 @@ ENTRYPOINT ["/bin/zsh"]
5454# ######################################
5555# image for creating the documentation
5656# #####################################
57- FROM node:24.4 .0-alpine AS docs
57+ FROM node:25.1 .0-alpine AS docs
5858
5959# install packages
6060RUN apk add --update --no-cache bash make git zsh curl tmux
You can’t perform that action at this time.
0 commit comments