chore(deps): update node.js to 045b1a1

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-02-18 20:55:33 +00:00 committed by Tilman Vatteroth
parent 378799d3b5
commit 2c76ab1214

View file

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