Skip to content

Commit

Permalink
Merge pull request #14 from AndreasAugustin/dependabot/docker/images/…
Browse files Browse the repository at this point in the history
…docs/node-20.7.0-alpine

chore(deps): bump node from 18.7.0-alpine to 20.7.0-alpine in /images/docs
  • Loading branch information
AndreasAugustin authored Sep 25, 2023
2 parents 4a7ddf8 + 05cd2ba commit 02adc4b
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:18.7.0-alpine as DOCS
FROM node:20.7.0-alpine as DOCS

ARG USER=docs
ARG GROUP=docs
Expand Down

0 comments on commit 02adc4b

Please sign in to comment.