mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
chore(deps): update node.js to 7e68e0a
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
1b3eaf20cc
commit
63dac1107a
1 changed files with 1 additions and 1 deletions
|
@ -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:18-alpine@sha256:831d5eca5b7437a8132031a25bd18bdb0399e7415d4e8e02a8c14426b6dcf17f as base
|
||||
FROM docker.io/node:18-alpine@sha256:7e68e0ab5f106662b4f3a812ebc96548e2fd7880cb8e7d9600de2361ea1eab9a 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
|
||||
|
|
Loading…
Reference in a new issue