From 1cdcea2f8bafe25b14dd6a889c5d188b69c49a29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 01:44:49 +0000 Subject: [PATCH] docs: update references to ghcr.io/renovatebot/renovate to v35.103.0 | datasource | package | from | to | | ---------- | ---------------------------- | ------ | -------- | | docker | ghcr.io/renovatebot/renovate | 35.0.0 | 35.103.0 | --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24ad4c9f..7fc69659 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ If omitted and `useSlim !== false` the action will use the `slim` Docker tag and If a version is defined, the action will add `-slim` suffix to the tag if `useSlim !== false`. Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags). -This sample will use `ghcr.io/renovatebot/renovate:35.0.0-slim` image. +This sample will use `ghcr.io/renovatebot/renovate:35.103.0-slim` image. ```yml ....