Skip to content

Commit d7cb6e1

Browse files
chore(deps): bump node from 9385cd9 to 16e22a5 in /docs
Bumps node from `9385cd9` to `16e22a5`. --- updated-dependencies: - dependency-name: node dependency-version: 22-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f216039 commit d7cb6e1

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:22-alpine@sha256:16e22a550f3863206a3f701448c45f7912c6896a62de43add43bb9c86130c3e2 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)