From ea0dd7b223aa528cb37f93b6777ada0ab205595b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 06:45:43 +0700 Subject: [PATCH] chore(deps): update node.js to v21 (#203) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 29f4a24..1bfba27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -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 "