Skip to content

Commit 38c6f50

Browse files
chore(deps): bump node from 22.1.0-alpine to 22.2.0-alpine (#134)
Bumps node from 22.1.0-alpine to 22.2.0-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1a4258 commit 38c6f50

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
@@ -17,7 +17,7 @@ WORKDIR /app
1717
# image for creating the documentation
1818
######################################
1919

20-
FROM node:22.1.0-alpine as DOCS
20+
FROM node:22.2.0-alpine as DOCS
2121

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

0 commit comments

Comments
 (0)