From 90ce947a53fc96263652096bc399c790fcc27a4e Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Thu, 15 Feb 2024 10:32:54 +0000 Subject: [PATCH] chore(deps): pin node.js to ecc9a25 --- 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 "