From a66971243c919789e205b1e574e8d22ca0d3d7a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 00:03:34 +0700 Subject: [PATCH] chore(deps): update node.js to v22 (#1451) 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 85b8e5933..2a9f1e7e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/hazmi35/node:21-dev-alpine as build-stage +FROM ghcr.io/hazmi35/node:22-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:21-alpine +FROM ghcr.io/hazmi35/node:22-alpine LABEL name "rawon" LABEL maintainer "Stegripe Development "