Skip to content

Commit

Permalink
Update GitHub cli from 2.0.0 to 2.45.0 (#155)
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Mar 15, 2024
1 parent 6331afa commit d5b305f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/ubi8/Dockerfile
Expand Up @@ -32,7 +32,7 @@ RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.n
RUN \
TEMP_DIR="$(mktemp -d)"; \
cd "${TEMP_DIR}"; \
GH_VERSION="2.0.0"; \
GH_VERSION="2.45.0"; \
GH_ARCH="linux_amd64"; \
GH_TGZ="gh_${GH_VERSION}_${GH_ARCH}.tar.gz"; \
GH_TGZ_URL="https://github.com/cli/cli/releases/download/v${GH_VERSION}/${GH_TGZ}"; \
Expand Down

0 comments on commit d5b305f

Please sign in to comment.