From fdba343e2b22c20ff3cfbc54cbf0ab551d3741e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 03:14:10 +0000 Subject: [PATCH] deps(docker): bump node in /apps/docs in the docker-docs group Bumps the docker-docs group in /apps/docs with 1 update: node. Updates `node` from 22-alpine to 25-alpine --- updated-dependencies: - dependency-name: node dependency-version: 25-alpine dependency-type: direct:production dependency-group: docker-docs ... Signed-off-by: dependabot[bot] --- apps/docs/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/dockerfile b/apps/docs/dockerfile index 7f8d813..35b81c9 100644 --- a/apps/docs/dockerfile +++ b/apps/docs/dockerfile @@ -2,7 +2,7 @@ # Designed to work when build context is the monorepo root # Build: docker build -f apps/docs/dockerfile -t minify-docs . -FROM node:22-alpine AS builder +FROM node:25-alpine AS builder WORKDIR /app