From 1201f8ddc063f95b45415acfecba454e5adde24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 00:10:51 +0000 Subject: [PATCH] chore(deps): bump node from `f70403e` to `d32cdf6` in /apps/api Bumps node from `f70403e` to `d32cdf6`. --- updated-dependencies: - dependency-name: node dependency-version: 24-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 87ff9605..624439bf 100644 --- a/apps/api/Dockerfile +++ b/apps/api/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24-alpine@sha256:f70403e87646dc51b45295f4b8b70cdad0b63d2297c4c9899119b03f7af7a6b3 AS base +FROM node:24-alpine@sha256:d32cdf619f63fe0471182d08996dd516c6275bb5fd31ae06e55a570bd9e1ad43 AS base # Read the pnpm version directly from the repo root package.json to ensure # lockfile resolution stays reproducible across local and CI Docker builds. COPY package.json /tmp/package.json @@ -98,7 +98,7 @@ WORKDIR /app/apps/api RUN pnpm build # Production image -FROM node:24-alpine@sha256:f70403e87646dc51b45295f4b8b70cdad0b63d2297c4c9899119b03f7af7a6b3 AS runner +FROM node:24-alpine@sha256:d32cdf619f63fe0471182d08996dd516c6275bb5fd31ae06e55a570bd9e1ad43 AS runner WORKDIR /app # curl is required by the container healthcheck (generated from