mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
chore(deps): update node.js to v20
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
07dd196bff
commit
f5665629af
3 changed files with 3 additions and 3 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
||||||
v18
|
v20
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
# DOCKER_BUILDKIT=1 docker build -f docker/Dockerfile .
|
# DOCKER_BUILDKIT=1 docker build -f docker/Dockerfile .
|
||||||
|
|
||||||
## Stage 0: Base image with only yarn and package.json
|
## Stage 0: Base image with only yarn and package.json
|
||||||
FROM docker.io/node:19-alpine@sha256:53741c7511b1836b5eb7e788a7b399c058b0b549f205d2c6af831ec1a9a81c31 as base
|
FROM docker.io/node:20-alpine@sha256:cc4e8f3d78a276fa05eae1803b6f8cbb43145441f54c828ab14e0c19dd95c6fd as base
|
||||||
# Add tini to handle signals
|
# Add tini to handle signals
|
||||||
# https://github.com/nodejs/docker-node/blob/main/docs/BestPractices.md#handling-kernel-signals
|
# https://github.com/nodejs/docker-node/blob/main/docs/BestPractices.md#handling-kernel-signals
|
||||||
RUN apk add --no-cache tini
|
RUN apk add --no-cache tini
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# SPDX-License-Identifier: CC-BY-SA-4.0
|
# SPDX-License-Identifier: CC-BY-SA-4.0
|
||||||
|
|
||||||
# BASE
|
# BASE
|
||||||
FROM docker.io/node:18-alpine@sha256:ca5d399560a9d239cbfa28eec00417f1505e5e108f3ec6938d230767eaa81f61 AS base
|
FROM docker.io/node:20-alpine@sha256:cc4e8f3d78a276fa05eae1803b6f8cbb43145441f54c828ab14e0c19dd95c6fd AS base
|
||||||
RUN apk add --no-cache tini
|
RUN apk add --no-cache tini
|
||||||
ENTRYPOINT ["tini", "--"]
|
ENTRYPOINT ["tini", "--"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue