From aa4daff1279e4400f679c80e780990b2838a75fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 23:24:54 +0800 Subject: [PATCH] chore(deps): update node.js to v22 (#2253) 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 d02c8301326..22947e245b9 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine as builder +FROM node:22-alpine as builder WORKDIR /app COPY . . RUN apk add git make g++ alpine-sdk python3 py3-pip unzip @@ -8,7 +8,7 @@ RUN pnpm bundle RUN mv apps/core/out ./out RUN node apps/core/download-latest-admin-assets.js -FROM node:20-alpine +FROM node:22-alpine RUN apk add zip unzip mongodb-tools bash fish rsync jq curl openrc --no-cache