From c624fb91751c9fc8fd92d688549b97239136d0e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 01:25:42 +0000 Subject: [PATCH] fix(deps): update ghcr.io/containerbase/base docker tag to v9.20.7 (main) (#1888) 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 f9422fcef..918ae75c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG RENOVATE_VERSION=37.1.5 # Base image #============ -FROM ghcr.io/containerbase/base:9.20.6@sha256:02efde32631b5b7e494fc12df841f5d82b4d80de0afe978d0dfca79d1c9219a3 AS base +FROM ghcr.io/containerbase/base:9.20.7@sha256:73c2282042b264f499e178ef8af82a5dcc95ef2b691efd4399ad7e89d47ab3f3 AS base LABEL name="renovate" LABEL org.opencontainers.image.source="https://github.com/renovatebot/renovate" \