Skip to content

Commit

Permalink
fix: Update gh cli to 2.67.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Suftin <[email protected]>
  • Loading branch information
isuftin committed Feb 28, 2025
1 parent 25dc860 commit 9dd9b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/ubi9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ RUN dnf -y reinstall shadow-utils && \
dnf clean all

# Download and install gh-cli depending on the architecture.
# See release page for details https://github.com/cli/cli/releases/tag/v2.45.0
# See release page for details https://github.com/cli/cli/releases/tag/v2.67.0
RUN \
TEMP_DIR="$(mktemp -d)"; \
cd "${TEMP_DIR}"; \
GH_VERSION="2.45.0"; \
GH_VERSION="2.67.0"; \
GH_ARCH="linux_$TARGETARCH"; \
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 9dd9b51

Please sign in to comment.