Skip to content

Commit b07ee0c

Browse files
Chore(deps): Bump node from 25.1.0-alpine to 25.2.1-alpine
Bumps node from 25.1.0-alpine to 25.2.1-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 25.2.1-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4fdac2b commit b07ee0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ENTRYPOINT ["/bin/zsh"]
5555
#######################################
5656
# image for creating the documentation
5757
######################################
58-
FROM node:25.1.0-alpine AS docs
58+
FROM node:25.2.1-alpine AS docs
5959

6060
# install packages
6161
RUN apk add --update --no-cache bash make git zsh curl tmux

0 commit comments

Comments
 (0)