Skip to content

Commit

Permalink
chore(deps): bump node in /images/docs
Browse files Browse the repository at this point in the history
Bumps node from 21.5.0-alpine to 21.6.2-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent bc196bb commit 1290453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# image for creating the documentation
######################################

FROM node:21.5.0-alpine as DOCS
FROM node:21.6.2-alpine as DOCS

ARG USER=docs
ARG GROUP=docs
Expand Down

0 comments on commit 1290453

Please sign in to comment.