Skip to content

Commit

Permalink
Merge pull request #153 from AndreasAugustin/dependabot/docker/node-1…
Browse files Browse the repository at this point in the history
…7.6.0-alpine

Chore(deps): Bump node from 17.5.0-alpine to 17.6.0-alpine
  • Loading branch information
AndreasAugustin authored Feb 28, 2022
2 parents a0d7684 + 123e572 commit 9fe7fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ WORKDIR /app
#######################################
# image for creating the documentation
######################################
FROM node:17.5.0-alpine as docs
FROM node:17.6.0-alpine as docs

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

0 comments on commit 9fe7fc7

Please sign in to comment.