Skip to content

Commit 4a1e80b

Browse files
authored
fix: Update gh-cli 2.73.0 (#223)
Signed-off-by: Ivan Suftin <[email protected]>
1 parent 521d0c5 commit 4a1e80b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/ubi9/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ RUN dnf -y reinstall shadow-utils && \
3737
dnf clean all
3838

3939
# Download and install gh-cli depending on the architecture.
40-
# See release page for details https://github.com/cli/cli/releases/tag/v2.67.0
40+
# See release page for details https://github.com/cli/cli/releases/tag/v2.73.0
4141
RUN \
4242
TEMP_DIR="$(mktemp -d)"; \
4343
cd "${TEMP_DIR}"; \
44-
GH_VERSION="2.67.0"; \
44+
GH_VERSION="2.73.0"; \
4545
GH_ARCH="linux_$TARGETARCH"; \
4646
GH_TGZ="gh_${GH_VERSION}_${GH_ARCH}.tar.gz"; \
4747
GH_TGZ_URL="https://github.com/cli/cli/releases/download/v${GH_VERSION}/${GH_TGZ}"; \

0 commit comments

Comments
 (0)