From fe145e77cdc6500fa275d9ade7300fc2444e339d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:23:11 +0000 Subject: [PATCH] fix(deps): update ghcr.io/containerbase/base docker tag to v14.10.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9584f10..9c02a7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=ghcr.io/containerbase/base -ARG CONTAINERBASE_VERSION=14.10.8 +ARG CONTAINERBASE_VERSION=14.10.9 FROM ghcr.io/containerbase/base:${CONTAINERBASE_VERSION} as containerbase