From 52eec967cee47ad93f492848dd19a8d0ddc54c20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:29:39 +0000 Subject: [PATCH] chore(deps): update ghcr.io/renovatebot/base-image docker tag to v1.20.8 (main) (#2379) 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 c14823eb7..64ea6bd6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG RENOVATE_VERSION=37.175.0 # Base image #============ -FROM ghcr.io/renovatebot/base-image:1.20.7@sha256:f0f0519ad7fab96f0a03306679f89c316c1082660296f8f3806fe18c15132f1e AS base +FROM ghcr.io/renovatebot/base-image:1.20.8@sha256:142fcd2f5b6843b3f03131d532282bfccf861891b1b3ff276fbe4a5618486f62 AS base LABEL name="renovate" LABEL org.opencontainers.image.source="https://github.com/renovatebot/renovate" \