chore(deps): update node.js to f8a51c3

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-03-04 06:16:08 +00:00
parent 40a7796981
commit ba3ebd296a

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