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 Nov 8, 2023
1 parent 310615a commit 78e0b76
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-alpine as build-stage
FROM ghcr.io/hazmi35/node:21-dev-alpine as build-stage

# Prepare pnpm with corepack (experimental feature)
RUN corepack enable && corepack prepare pnpm@latest
Expand All @@ -22,7 +22,7 @@ RUN pnpm run build
RUN pnpm prune --production

# Get ready for production
FROM ghcr.io/hazmi35/node:20-alpine
FROM ghcr.io/hazmi35/node:21-alpine

LABEL name "template"
LABEL maintainer "Clytage <[email protected]>"
Expand Down

0 comments on commit 78e0b76

Please sign in to comment.