From b75fc992ff633abf56e8ab2e6f1e769e72ead60b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:54:20 +0000 Subject: [PATCH] chore(deps): bump node from `a0b9bf0` to `f70403e` in /apps/api Bumps node from `a0b9bf0` to `f70403e`. --- 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 e064a720d..69b8b4933 100644 --- a/apps/api/Dockerfile +++ b/apps/api/Dockerfile @@ -3,7 +3,7 @@ # ============================================ # Stage 1: Base image with pnpm -FROM node:24-alpine@sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd AS base +FROM node:24-alpine@sha256:f70403e87646dc51b45295f4b8b70cdad0b63d2297c4c9899119b03f7af7a6b3 AS base RUN npm install -g pnpm@10.34.5 RUN apk add --no-cache libc6-compat python3 make g++ WORKDIR /app @@ -47,7 +47,7 @@ WORKDIR /app/apps/api RUN pnpm build # Stage 4: Production runner -FROM node:24-alpine@sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd AS runner +FROM node:24-alpine@sha256:f70403e87646dc51b45295f4b8b70cdad0b63d2297c4c9899119b03f7af7a6b3 AS runner WORKDIR /app # Install wget for healthcheck; remove the bundled npm (and its vendored undici,