From 7fdb2b98914b2d5a6835ec8b1cbad1fecab6cda4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:43:27 +0000 Subject: [PATCH] chore(deps): bump node from `156b55f` to `a0b9bf0` in /apps/api Bumps node from `156b55f` to `a0b9bf0`. --- 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 d85fdc22..94efe6b8 100644 --- a/apps/api/Dockerfile +++ b/apps/api/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24-alpine@sha256:156b55f92e98ccd5ef49578a8cea0df4679826564bad1c9d4ef04462b9f0ded6 AS base +FROM node:24-alpine@sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd 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 @@ -88,7 +88,7 @@ WORKDIR /app/apps/api RUN pnpm build # Production image -FROM node:24-alpine@sha256:156b55f92e98ccd5ef49578a8cea0df4679826564bad1c9d4ef04462b9f0ded6 AS runner +FROM node:24-alpine@sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd AS runner WORKDIR /app # curl is required by the container healthcheck (generated from