Skip to content

Commit 332b3eb

Browse files
chore(deps): bump node from fb71d01 to 156b55f in /services/ingest (#11)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16a1b85 commit 332b3eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

services/ingest/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# (see services/ingest/tsup.config.ts) and copies the migrations to dist/drizzle,
1616
# so only fastify, postgres and croner remain as external runtime dependencies.
1717

18-
FROM node:24-alpine@sha256:fb71d01345f11b708a3553c66e7c74074f2d506400ea81973343d915cb64eef0 AS base
18+
FROM node:24-alpine@sha256:156b55f92e98ccd5ef49578a8cea0df4679826564bad1c9d4ef04462b9f0ded6 AS base
1919
# Read the pnpm version from the repo root package.json so lockfile resolution
2020
# stays reproducible across local and CI Docker builds.
2121
COPY package.json /tmp/package.json
@@ -57,7 +57,7 @@ COPY services/ingest/ services/ingest/
5757
RUN pnpm --filter @openconditions/ingest... build
5858

5959
# Production image.
60-
FROM node:24-alpine@sha256:fb71d01345f11b708a3553c66e7c74074f2d506400ea81973343d915cb64eef0 AS runner
60+
FROM node:24-alpine@sha256:156b55f92e98ccd5ef49578a8cea0df4679826564bad1c9d4ef04462b9f0ded6 AS runner
6161
WORKDIR /app
6262

6363
# curl backs the http healthcheck; the OpenMapX compose renderer falls back to

0 commit comments

Comments
 (0)