chore(deps): update node.js to v24.14.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-03 23:09:06 +00:00
committed by Erik Michelson
parent 5cd6c29d84
commit 350d4bffc1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
# DOCKER_BUILDKIT=1 docker build -f docker/Dockerfile .
## Stage 0: Base image with only yarn and package.json
FROM docker.io/node:24.12.0-alpine AS base
FROM docker.io/node:24.14.0-alpine@sha256:7fddd9ddeae8196abf4a3ef2de34e11f7b1a722119f91f28ddf1e99dcafdf114 AS base
# Add tini to handle signals
# https://github.com/nodejs/docker-node/blob/main/docs/BestPractices.md#handling-kernel-signals
RUN apk add --no-cache tini
+1 -1
View File
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: CC-BY-SA-4.0
# BASE
FROM docker.io/node:24.12.0-alpine AS base
FROM docker.io/node:24.14.0-alpine@sha256:7fddd9ddeae8196abf4a3ef2de34e11f7b1a722119f91f28ddf1e99dcafdf114 AS base
RUN apk add --no-cache tini
ENTRYPOINT ["tini", "--"]