chore(deps): update node.js to 47d97b9

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-03-30 11:24:01 +00:00
parent b019c392b6
commit dccb434f92

View file

@ -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:f1402c1609f978154461781b76e634e7010756f9b212f601fba89c42366bc3e2 AS base FROM docker.io/node:18-alpine@sha256:47d97b93629d9461d64197773966cc49081cf4463b1b07de5a38b6bd5acfbe9d AS base
RUN apk add --no-cache tini RUN apk add --no-cache tini
ENTRYPOINT ["tini", "--"] ENTRYPOINT ["tini", "--"]