From 9c0f8739561521c5166f66f9b0f90f1a27fd725a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 00:10:54 +0000 Subject: [PATCH] chore(deps): bump node from `a0b9bf0` to `d32cdf6` in /docs Bumps node from `a0b9bf0` to `d32cdf6`. --- updated-dependencies: - dependency-name: node dependency-version: 24-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 4545d81cf..e7d236216 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -3,7 +3,7 @@ # The build context is `docs/` only — this package is a self-contained pnpm # workspace (its own pnpm-workspace.yaml + pnpm-lock.yaml), fully decoupled from # the monorepo workspace and the app build. -FROM node:24-alpine@sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd AS build +FROM node:24-alpine@sha256:d32cdf619f63fe0471182d08996dd516c6275bb5fd31ae06e55a570bd9e1ad43 AS build WORKDIR /app RUN npm install -g pnpm@11.1.2 COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./