We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25dc860 commit 5c76abdCopy full SHA for 5c76abd
base/ubi9/Dockerfile
@@ -37,11 +37,11 @@ RUN dnf -y reinstall shadow-utils && \
37
dnf clean all
38
39
# 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
+# See release page for details https://github.com/cli/cli/releases/tag/v2.67.0
41
RUN \
42
TEMP_DIR="$(mktemp -d)"; \
43
cd "${TEMP_DIR}"; \
44
- GH_VERSION="2.45.0"; \
+ GH_VERSION="2.67.0"; \
45
GH_ARCH="linux_$TARGETARCH"; \
46
GH_TGZ="gh_${GH_VERSION}_${GH_ARCH}.tar.gz"; \
47
GH_TGZ_URL="https://github.com/cli/cli/releases/download/v${GH_VERSION}/${GH_TGZ}"; \
0 commit comments