From 2e1864bc639a0ac3482cb2dacc10d46f8d83d3fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:14:34 +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 6441f1a9..c405f5b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/hazmi35/node:18-dev-alpine as build-stage +FROM ghcr.io/hazmi35/node:21-dev-alpine as build-stage LABEL name "NezukoChan Gateway (Docker Build)" LABEL maintainer "KagChi" @@ -16,7 +16,7 @@ RUN pnpm run build RUN pnpm prune --production -FROM ghcr.io/hazmi35/node:18-alpine +FROM ghcr.io/hazmi35/node:21-alpine LABEL name "NezukoChan Gateway Production" LABEL maintainer "KagChi"