Merge pull request #456 from trails-cool/dependabot/docker/apps/planner/node-26-slim

chore(deps): Bump node from 25-slim to 26-slim in /apps/planner
This commit is contained in:
Ullrich Schäfer 2026-06-10 01:39:45 +02:00 committed by GitHub
commit 50ce4e69a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM node:25-slim AS base
FROM node:26-slim AS base
# curl is used by the docker-compose healthcheck (node:25-slim is Debian
# trixie-slim and ships neither curl nor wget by default).
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/*