From 9b9fe1d8d7ae5220b6a36eaa617697b1d408f2a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 22:42:36 +0800 Subject: [PATCH] chore(deps): update node.js to v22 (#29) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b27bc23..34c9fe1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.akaere.online/node:18 as builder +FROM docker.akaere.online/node:22 as builder WORKDIR ./ COPY . . RUN npm install