File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
2121COPY package.json /tmp/package.json
@@ -57,7 +57,7 @@ COPY services/ingest/ services/ingest/
5757RUN 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
6161WORKDIR /app
6262
6363# curl backs the http healthcheck; the OpenMapX compose renderer falls back to
You can’t perform that action at this time.
0 commit comments