From f6950478f7ed7bb04a34a18d239671792ba5acdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:44:33 +0000 Subject: [PATCH] fix(deps): update ghcr.io/containerbase/base docker tag to v11.11.33 (maint/11.x) (#425) fix(deps): update ghcr.io/containerbase/base docker tag to v11.11.33 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 1297774..d9fb625 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=ghcr.io/containerbase/base -ARG CONTAINERBASE_VERSION=11.11.32 +ARG CONTAINERBASE_VERSION=11.11.33 FROM ghcr.io/containerbase/base:${CONTAINERBASE_VERSION}