From f479116ed1048a9d96dbea7f1acf00e48d5ae3f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:33:00 +0000 Subject: [PATCH] fix(deps): update ghcr.io/containerbase/base docker tag to v13.0.4 (main) (#456) fix(deps): update ghcr.io/containerbase/base docker tag to v13.0.4 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 3c6c036..5ba11d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=ghcr.io/containerbase/base -ARG CONTAINERBASE_VERSION=13.0.3 +ARG CONTAINERBASE_VERSION=13.0.4 FROM ghcr.io/containerbase/base:${CONTAINERBASE_VERSION}