Skip to content

Commit e636514

Browse files
chore(deps): bump node from fb71d01 to 156b55f in /apps/api
Bumps node from `fb71d01` to `156b55f`. --- updated-dependencies: - dependency-name: node dependency-version: 24-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f216039 commit e636514

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24-alpine@sha256:fb71d01345f11b708a3553c66e7c74074f2d506400ea81973343d915cb64eef0 AS base
1+
FROM node:24-alpine@sha256:156b55f92e98ccd5ef49578a8cea0df4679826564bad1c9d4ef04462b9f0ded6 AS base
22
# Read the pnpm version directly from the repo root package.json to ensure
33
# lockfile resolution stays reproducible across local and CI Docker builds.
44
COPY package.json /tmp/package.json
@@ -86,7 +86,7 @@ WORKDIR /app/apps/api
8686
RUN pnpm build
8787

8888
# Production image
89-
FROM node:24-alpine@sha256:fb71d01345f11b708a3553c66e7c74074f2d506400ea81973343d915cb64eef0 AS runner
89+
FROM node:24-alpine@sha256:156b55f92e98ccd5ef49578a8cea0df4679826564bad1c9d4ef04462b9f0ded6 AS runner
9090
WORKDIR /app
9191

9292
# curl is required by the container healthcheck (generated from

0 commit comments

Comments
 (0)