Skip to content

Commit 4337f97

Browse files
Merge branch 'main' into dependabot/github_actions/peter-evans/dockerhub-description-5
2 parents a43a8ea + 5681b47 commit 4337f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)