From 0dc83d5dc16033f3f506a576cc59a11876ac631b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:03:36 +0000 Subject: [PATCH] fix(deps): update ghcr.io/containerbase/base docker tag to v11.11.40 (maint/11.x) (#455) fix(deps): update ghcr.io/containerbase/base docker tag to v11.11.40 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de6f2b4..6fcf3b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=ghcr.io/containerbase/base -ARG CONTAINERBASE_VERSION=11.11.39 +ARG CONTAINERBASE_VERSION=11.11.40 FROM ghcr.io/containerbase/base:${CONTAINERBASE_VERSION}