From 7e37702381f604b28846755954aa52d8d78d95e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:26:34 +0000 Subject: [PATCH] chore(deps): update node.js to v22 --- 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