mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-06-23 04:10:17 +00:00
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:
committed by
Erik Michelson
parent
5cd6c29d84
commit
350d4bffc1
@@ -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
|
||||
|
||||
@@ -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", "--"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user