chore(deps): update node.js to f1402c1

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-03-30 07:11:09 +00:00 committed by Tilman Vatteroth
parent a31810fe8b
commit b019c392b6

View file

@ -3,7 +3,7 @@
# SPDX-License-Identifier: CC-BY-SA-4.0
# BASE
FROM docker.io/node:18-alpine@sha256:50437be86204dbc5e931d0c5491f16a9856df6e2101f3001c687e51b875ec320 AS base
FROM docker.io/node:18-alpine@sha256:f1402c1609f978154461781b76e634e7010756f9b212f601fba89c42366bc3e2 AS base
RUN apk add --no-cache tini
ENTRYPOINT ["tini", "--"]