Skip to content

Commit

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

Bump node from 21.1-alpine to 21.2-alpine
  • Loading branch information
Joeri-Abbo authored Nov 16, 2023
2 parents cae43a1 + aa36102 commit 11feafb
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.1-alpine
FROM node:21.2-alpine

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

0 comments on commit 11feafb

Please sign in to comment.