From b88dfd0eb521ff10421c7fba8cccba70e2c68c5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:09:10 +0000 Subject: [PATCH] chore(deps): update node.js to v22.22.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9165b2..b0b3c96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage - for CSS generation using Node.js and Tailwind CLI -FROM --platform=linux/amd64 node:22.22.0-alpine AS builder +FROM --platform=linux/amd64 node:22.22.2-alpine AS builder WORKDIR /app