From 2a508f0cfdc39e510d48583c4db72016bf270454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 10:37:09 +0000 Subject: [PATCH] chore(deps): bump node from `156b55f` to `a0b9bf0` in /services/ingest Bumps node from `156b55f` to `a0b9bf0`. --- updated-dependencies: - dependency-name: node dependency-version: 24-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/ingest/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/ingest/Dockerfile b/services/ingest/Dockerfile index 7e2a80e..4c0e383 100644 --- a/services/ingest/Dockerfile +++ b/services/ingest/Dockerfile @@ -15,7 +15,7 @@ # (see services/ingest/tsup.config.ts) and copies the migrations to dist/drizzle, # so only fastify, postgres and croner remain as external runtime dependencies. -FROM node:24-alpine@sha256:156b55f92e98ccd5ef49578a8cea0df4679826564bad1c9d4ef04462b9f0ded6 AS base +FROM node:24-alpine@sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd AS base # Read the pnpm version from the repo root package.json so lockfile resolution # stays reproducible across local and CI Docker builds. COPY package.json /tmp/package.json @@ -63,7 +63,7 @@ RUN pnpm --filter @openconditions/ingest... build # docs/plans/conditions/pbf-extract-source-design.md ยง3.1). Multi-stage so only # the tiny binary + its shared libs reach the runtime image. Pinned to git tags; # bump on a base-image change. Validated to build + run on musl (osmium 1.19.0). -FROM node:24-alpine@sha256:156b55f92e98ccd5ef49578a8cea0df4679826564bad1c9d4ef04462b9f0ded6 AS osmium-build +FROM node:24-alpine@sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd AS osmium-build RUN apk add --no-cache cmake make g++ git boost-dev expat-dev bzip2-dev zlib-dev lz4-dev nlohmann-json RUN git clone --depth 1 -b v1.8.2 https://github.com/mapbox/protozero /src/protozero \ && git clone --depth 1 -b v2.23.1 https://github.com/osmcode/libosmium /src/libosmium \ @@ -74,7 +74,7 @@ RUN cmake -S /src/osmium-tool -B /build -DCMAKE_BUILD_TYPE=Release \ && cmake --build /build -j"$(nproc)" # Production image. -FROM node:24-alpine@sha256:156b55f92e98ccd5ef49578a8cea0df4679826564bad1c9d4ef04462b9f0ded6 AS runner +FROM node:24-alpine@sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd AS runner WORKDIR /app # curl backs the http healthcheck; the OpenMapX compose renderer falls back to