Skip to content

Commit 5c76abd

Browse files
committed
fix: Update gh cli to 2.67.0
1 parent 25dc860 commit 5c76abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/ubi9/Dockerfile

+2-2
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.45.0
40+
# See release page for details https://github.com/cli/cli/releases/tag/v2.67.0
4141
RUN \
4242
TEMP_DIR="$(mktemp -d)"; \
4343
cd "${TEMP_DIR}"; \
44-
GH_VERSION="2.45.0"; \
44+
GH_VERSION="2.67.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)