From 32645d93b875599a3eb40a9cdc2decdafc02fc26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 00:13:47 +0000 Subject: [PATCH] chore(deps): update node.js to v26.8.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index efc33c199..e4b5b7ad0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG DEBIAN_MIRROR= ARG DEBIAN_SECURITY_MIRROR= -FROM node:26.8.1-slim AS assets_deps +FROM node:26.8.2-slim AS assets_deps ENV NPM_CONFIG_UPDATE_NOTIFIER=false