Skip to content

Commit 0464290

Browse files
author
Sean Sundberg
authored
Updates igc cli to v1.42.3 (#41)
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent 82e9c02 commit 0464290

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
@@ -92,7 +92,7 @@ RUN if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then exit 0; fi; \
9292
rm tkn.tar.gz && \
9393
tkn version
9494

95-
ARG IGC_VERSION=1.42.2
95+
ARG IGC_VERSION=1.42.3
9696

9797
## igc
9898
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
@@ -97,7 +97,7 @@ RUN if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then exit 0; fi; \
9797
rm tkn.tar.gz && \
9898
tkn version
9999

100-
ARG IGC_VERSION=1.42.2
100+
ARG IGC_VERSION=1.42.3
101101

102102
## igc
103103
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)