Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
revert: chore(deps): update node.js to v21 (#1314) (#1320)
Browse files Browse the repository at this point in the history
This reverts commit 40cf843.
  • Loading branch information
Mozart Rafi Kurniawan Tampubolon authored Nov 12, 2023
1 parent 0b2edcb commit 554486f
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:21-dev-alpine as build-stage
FROM ghcr.io/hazmi35/node:18-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:21-alpine
FROM ghcr.io/hazmi35/node:18-alpine

LABEL name "rawon"
LABEL maintainer "Clytage <admin@clytage.org>"
Expand Down

0 comments on commit 554486f

Please sign in to comment.