From aa1f60c2836b2111226883aaad3a7f990676da7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:28:35 +0000 Subject: [PATCH] fix(deps): update ghcr.io/containerbase/base docker tag to v13.20.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4c24733..b1373225 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=ghcr.io/containerbase/base -ARG CONTAINERBASE_VERSION=13.20.5 +ARG CONTAINERBASE_VERSION=13.20.6 FROM ghcr.io/containerbase/base:${CONTAINERBASE_VERSION} as containerbase