From 187a9d4e6f541b1a8118029104ce98fa3eb41040 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 13:32:02 +0000 Subject: [PATCH] fix(deps): update ghcr.io/containerbase/base docker tag to v13.0.20 (#443) 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 58e6e85..72a8e1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=ghcr.io/containerbase/base -ARG CONTAINERBASE_VERSION=13.0.19 +ARG CONTAINERBASE_VERSION=13.0.20 FROM ghcr.io/containerbase/base:${CONTAINERBASE_VERSION} as containerbase