chore(deps): update node.js to 2d07db0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-18 18:56:00 +00:00
parent 1795183122
commit ddc5f07faa
2 changed files with 2 additions and 2 deletions
frontend/docker

View file

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