From e10b136fb695cb17be13ff1772c937f0580690f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:43:29 +0000 Subject: [PATCH] Update dependency cli/cli to v2.52.0 --- chart-repo-pr-action/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart-repo-pr-action/Dockerfile b/chart-repo-pr-action/Dockerfile index affbc33..3e5774f 100644 --- a/chart-repo-pr-action/Dockerfile +++ b/chart-repo-pr-action/Dockerfile @@ -5,7 +5,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-949.1714662671@sha256:26361 USER root # renovate: datasource=github-releases depName=cli/cli -ARG GH_VERSION=v2.49.2 +ARG GH_VERSION=v2.52.0 ## Install git and diff RUN microdnf install --assumeyes --nodocs tar git diffutils && \