From 051033ac9e4444030de59047820828a1ca973bc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:58:23 +0000 Subject: [PATCH] fix(deps): update ghcr.io/containerbase/base docker tag to v9.30.2 (#83) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rhys Arkins --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f73dac3..a2e3616 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=ghcr.io/containerbase/base -ARG CONTAINERBASE_VERSION=9.30.0 +ARG CONTAINERBASE_VERSION=9.30.2 FROM ghcr.io/containerbase/base:${CONTAINERBASE_VERSION}