From 687bc37972b5a02fdb8f9b24b4d9447913ac9513 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 18:02:02 +0000 Subject: [PATCH] fix(deps): update ghcr.io/containerbase/base docker tag to v13.7.0 (main) (#597) fix(deps): update ghcr.io/containerbase/base docker tag to v13.7.0 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 e1f9b28..e14c309 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=ghcr.io/containerbase/base -ARG CONTAINERBASE_VERSION=13.6.0 +ARG CONTAINERBASE_VERSION=13.7.0 FROM ghcr.io/containerbase/base:${CONTAINERBASE_VERSION}