Bumps the docker-dependencies group with 2 updates in the / directory: docker/library/node and node.
Updates `docker/library/node` from 24-slim to 26-slim
Updates `node` from 24-alpine to 26-alpine
---
updated-dependencies:
- dependency-name: docker/library/node
dependency-version: 26-slim
dependency-type: direct:production
dependency-group: docker-dependencies
- dependency-name: node
dependency-version: 26-alpine
dependency-type: direct:production
dependency-group: docker-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
- server/logger.ts: timestamps now use local TZ offset instead of Z
- Dockerfile: replaced 'npm ci --omit=dev' with 'npm install --omit=dev' to fix Alpine build failure
- References discussion: https://github.com/orgs/fosrl/discussions/1025
- Note: timestamps default to +00:00 (UTC) unless the user sets environment: TZ=<timezone> in docker-compose.yaml
Optional future improvement: include tzdata in the container for shell/date consistency.
- server/logger.ts: timestamps now use local TZ offset instead of Z
- Dockerfile: replaced 'npm ci --omit=dev' with 'npm install --omit=dev' to fix Alpine build failure
- References discussion: https://github.com/orgs/fosrl/discussions/1025
- Note: timestamps default to +00:00 (UTC) unless the user sets environment: TZ=<timezone> in docker-compose.yaml
Optional future improvement: include tzdata in the container for shell/date consistency.