Skip to content

Commit 37ee354

Browse files
Merge branch 'main' into dependabot/github_actions/actions/checkout-5
Signed-off-by: andy Augustin <[email protected]>
2 parents d2c7732 + 32ac6d6 commit 37ee354

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gh_pages_mk_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
########################################
22
# prod image
33
#######################################
4-
FROM alpine:3.22.0 AS prod
4+
FROM alpine:3.22.2 AS prod
55

66
ARG 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
6060
RUN apk add --update --no-cache bash make git zsh curl tmux

0 commit comments

Comments
 (0)