Skip to content

Commit 7564a8f

Browse files
Chore(deps): Bump node from 22.9.0-alpine to 23.0.0-alpine (#580)
Bumps node from 22.9.0-alpine to 23.0.0-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 978f21a commit 7564a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ENTRYPOINT ["/bin/zsh"]
5454
#######################################
5555
# image for creating the documentation
5656
######################################
57-
FROM node:22.9.0-alpine AS docs
57+
FROM node:23.0.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)