From 3ab8a18bda6b7cebc7a09ea8e2e7863da9187d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 13:44:22 +0000 Subject: [PATCH] chore(docker): bump node from `e3bc686` to `e88a35b` in /apps/api Bumps node from `e3bc686` to `e88a35b`. --- updated-dependencies: - dependency-name: node dependency-version: 26-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/api/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/Dockerfile b/apps/api/Dockerfile index e54b9dae9..afbb49c29 100644 --- a/apps/api/Dockerfile +++ b/apps/api/Dockerfile @@ -1,6 +1,6 @@ # Stage 1: Base image with pnpm # Digest-pinned for reproducibility; bump the tag and digest together. -FROM node:26-alpine@sha256:e3bc686ea3f5bceaf696ca928c0aa067c3a28806fbfa81faccb877bf81756313 AS base +FROM node:26-alpine@sha256:e88a35be04478413b7c71c455cd9865de9b9360e1f43456be5951032d7ac1a66 AS base ENV PNPM_HOME="/pnpm" ENV PATH="$PNPM_HOME:$PATH" # Node 26 no longer bundles Corepack, so install it from npm before enabling it. @@ -66,7 +66,7 @@ RUN pnpm turbo build --filter=api... # Stage 4: Production image # Digest-pinned for reproducibility; bump the tag and digest together. -FROM node:26-alpine@sha256:e3bc686ea3f5bceaf696ca928c0aa067c3a28806fbfa81faccb877bf81756313 AS runner +FROM node:26-alpine@sha256:e88a35be04478413b7c71c455cd9865de9b9360e1f43456be5951032d7ac1a66 AS runner WORKDIR /app # Set environment to production