From 522a80602eb6997251b4e1067746ff5c9b592254 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:23:05 +0000 Subject: [PATCH] chore(deps): update docker.io/renovate/renovate docker tag to v39.65.0 (#2177) 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 647231d6..91ce61ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN set -eux; \ go install -ldflags '-s -w' "github.com/utopia-planitia/chart-prettier@${CHART_PRETTIER_VERSION:?}" # renovate -FROM docker.io/renovate/renovate:39.63.1-full@sha256:f983d97c2502c2e5ff96c5f06e37568c6b013f04735b0f45c5f0b32c7802963d +FROM docker.io/renovate/renovate:39.65.0-full@sha256:ba91db1303f5ccc5d8ad65aa0a4866dbf4004b897f8e21762650dc4930a5e1e3 SHELL [ "/bin/bash", "-o", "pipefail", "-c" ] # assert that the IDs of the base image's user did not change