Skip to content

Commit 3fe17bb

Browse files
chore(deps): bump node from 22-alpine to 26-alpine in /docs
Bumps node from 22-alpine to 26-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 26-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d1496b commit 3fe17bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The build context is `docs/` only — this package is a self-contained pnpm
44
# workspace (its own pnpm-workspace.yaml + pnpm-lock.yaml), fully decoupled from
55
# the monorepo workspace and the app build.
6-
FROM node:22-alpine@sha256:9385cd9f3001dfc3431e8ead12c43e9e1f87cc1b9b5c6cfd0f73865d405b27c4 AS build
6+
FROM node:26-alpine@sha256:9c0e1e52125d6b67d505cf75b4880fcf1290ccea5c480849910e1d57b2cf72b5 AS build
77
WORKDIR /app
88
RUN npm install -g pnpm@11.1.2
99
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./

0 commit comments

Comments
 (0)