Skip to content

Commit 60f0988

Browse files
author
Sean Sundberg
authored
Updates igc cli to v1.40.1 (#32)
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent e3e47a0 commit 60f0988

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Containerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then exit 0; fi; \
9191
rm tkn.tar.gz && \
9292
tkn version
9393

94-
ARG IGC_VERSION=1.39.2
94+
ARG IGC_VERSION=1.40.1
9595

9696
## igc
9797
RUN curl -sL -o ./igc https://github.com/cloud-native-toolkit/ibm-garage-cloud-cli/releases/download/v${IGC_VERSION}/igc-${BASE_OS}-$(if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then echo "arm64"; else echo "x64"; fi) && \

Containerfile-fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ RUN if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then exit 0; fi; \
9696
rm tkn.tar.gz && \
9797
tkn version
9898

99-
ARG IGC_VERSION=1.39.2
99+
ARG IGC_VERSION=1.40.1
100100

101101
## igc
102102
RUN curl -sL -o ./igc https://github.com/cloud-native-toolkit/ibm-garage-cloud-cli/releases/download/v${IGC_VERSION}/igc-${BASE_OS}-$(if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then echo "arm64"; else echo "x64"; fi) && \

0 commit comments

Comments
 (0)