Skip to content

Commit

Permalink
chore(deps): update node.js to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent 5a7f810 commit 05bf7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hazmi35/node:20-dev as build-stage
FROM ghcr.io/hazmi35/node:21-dev as build-stage

WORKDIR /tmp/build

Expand All @@ -17,7 +17,7 @@ RUN pnpm run build

RUN pnpm prune --production

FROM ghcr.io/hazmi35/node:20
FROM ghcr.io/hazmi35/node:21

WORKDIR /app

Expand Down

0 comments on commit 05bf7aa

Please sign in to comment.