Skip to content

Commit

Permalink
Merge pull request #587 from Joeri-Abbo/dependabot/docker/node-21.7-a…
Browse files Browse the repository at this point in the history
…lpine

Bump node from 21.6-alpine to 21.7-alpine
  • Loading branch information
Joeri-Abbo authored Apr 8, 2024
2 parents 5491849 + 7b99e4c commit e578371
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
@@ -1,5 +1,5 @@

FROM node:21.6-alpine
FROM node:21.7-alpine

RUN mkdir -p /home/app/ && chown -R node:node /home/app
WORKDIR /home/app
Expand Down

0 comments on commit e578371

Please sign in to comment.