chore(deps): update node.js to 7e68e0a

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-10-01 02:12:33 +00:00
parent 1b3eaf20cc
commit 63dac1107a

View file

@ -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:18-alpine@sha256:831d5eca5b7437a8132031a25bd18bdb0399e7415d4e8e02a8c14426b6dcf17f as base FROM docker.io/node:18-alpine@sha256:7e68e0ab5f106662b4f3a812ebc96548e2fd7880cb8e7d9600de2361ea1eab9a 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