From 8dd51c08cc52d3bc271af35ef04d8773dd9fd185 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 06:52:06 +0000 Subject: [PATCH] chore(deps): update ghcr.io/containerbase/base docker tag to v11.11.16 (#2953) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- linux/node/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/node/Dockerfile b/linux/node/Dockerfile index 948de8873..ca5348fc5 100644 --- a/linux/node/Dockerfile +++ b/linux/node/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/containerbase/base:11.11.15@sha256:5b000c9e31ee4d55ceac1caaf5acd39617441fa35075fdd82bdd40b8c32a7ac7 +FROM ghcr.io/containerbase/base:11.11.16@sha256:61699a62bcef042707f28ccced79390a4000ac55e7ba12ec60ed4d7608083f8a LABEL maintainer="Michael Kriese " \ org.opencontainers.image.authors="Michael Kriese " \ org.opencontainers.image.source="https://github.com/nodejs/node" \