From a2acaa95431b1359cb85254f085ebce8aab07ec4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 13:37:21 +0100 Subject: [PATCH] chore(deps): update node.js to v22 (#181) 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 9dae65a..9cc6878 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG COMMIT=unknown ARG BUILD_DATE=unknown # Stage 1: Build Vite frontend -FROM node:20-alpine AS frontend +FROM node:22-alpine AS frontend # Set the working directory inside the container WORKDIR /app