From b430c929ba84a981e075ab751f1866bd5d6d726c Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Thu, 15 Feb 2024 12:24:22 +0100 Subject: [PATCH] chore(deps): pin node.js to ecc9a25 (#355) Reviewed-on: https://gitea.rknet.org/container/lhci/pulls/355 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 12df92a..c2cda15 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/node:lts-bookworm-slim +FROM docker.io/node:lts-bookworm-slim@sha256:ecc9a2581f8588014a49a523a9ed146d27963f6d988d11bd16bbdcb3598f5f98 LABEL maintainer="Robert Kaussow " LABEL org.opencontainers.image.authors="Robert Kaussow "