From 05bf7aaa4a4fc5fd230e474622cbe334c8b9bfd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 17:00:52 +0000 Subject: [PATCH] chore(deps): update node.js to v21 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dbd41fc..c660e98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -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