Skip to content

Commit c60b8f4

Browse files
chore(deps): bump node from 22-slim to 26-slim in /docker
Bumps node from 22-slim to 26-slim. --- updated-dependencies: - dependency-name: node dependency-version: 26-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60c7667 commit c60b8f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
ARG ENGINE_VERSION=0.8.0
1212

1313
# --- build MCP dist + prod deps (reproducible: committed lockfile + npm ci) ---
14-
FROM node:22-slim AS mcp
14+
FROM node:26-slim AS mcp
1515
WORKDIR /app
1616
COPY package.json package-lock.json ./
1717
RUN npm ci --no-audit --no-fund

0 commit comments

Comments
 (0)