From 36737b69c71e056a3811a664aba8be88c66611fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:24:29 +0000 Subject: [PATCH] fix(deps): update ghcr.io/containerbase/base docker tag to v14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9fbe76..c400b08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=ghcr.io/containerbase/base -ARG CONTAINERBASE_VERSION=13.26.6 +ARG CONTAINERBASE_VERSION=14.0.0 FROM ghcr.io/containerbase/base:${CONTAINERBASE_VERSION} as containerbase