chore(deps): update node.js to 002b6ee

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-18 23:05:19 +00:00
parent 7877c5216a
commit fea54603fd
2 changed files with 2 additions and 2 deletions

View file

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