We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca4fa5d + 1393548 commit e7146d1Copy full SHA for e7146d1
1 file changed
chart-repo-pr-action/Dockerfile
@@ -5,7 +5,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1552@sha256:582e18f13291d7c
5
USER root
6
7
# renovate: datasource=github-releases depName=cli/cli
8
-ARG GH_VERSION=v2.44.1
+ARG GH_VERSION=v2.46.0
9
10
## Install git and diff
11
RUN microdnf install --assumeyes --nodocs tar git diffutils && \
0 commit comments