Skip to content

Commit 232ac70

Browse files
Chore(deps): Bump node from 20.7.0-alpine to 20.8.0-alpine (#398)
Bumps node from 20.7.0-alpine to 20.8.0-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b2f3c1 commit 232ac70

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
@@ -30,7 +30,7 @@ WORKDIR /app
3030
#######################################
3131
# image for creating the documentation
3232
######################################
33-
FROM node:20.7.0-alpine as docs
33+
FROM node:20.8.0-alpine as docs
3434

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

0 commit comments

Comments
 (0)