From e370c82a510eef508a42c457528b2b0a0e8885fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:02:07 +0000 Subject: [PATCH] chore(deps): update ghcr.io/containerbase/base docker tag to v11.11.17 | datasource | package | from | to | | ---------- | -------------------------- | -------- | -------- | | docker | ghcr.io/containerbase/base | 11.11.16 | 11.11.17 | --- linux/node/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/node/Dockerfile b/linux/node/Dockerfile index ca5348fc5..7d3137c6d 100644 --- a/linux/node/Dockerfile +++ b/linux/node/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/containerbase/base:11.11.16@sha256:61699a62bcef042707f28ccced79390a4000ac55e7ba12ec60ed4d7608083f8a +FROM ghcr.io/containerbase/base:11.11.17@sha256:2d4acc13b697a6345b6cd53e263f10c3ad6ebd1c7d63fcf13513d93590857aaa LABEL maintainer="Michael Kriese " \ org.opencontainers.image.authors="Michael Kriese " \ org.opencontainers.image.source="https://github.com/nodejs/node" \