File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then exit 0; fi; \
9090 rm tkn.tar.gz && \
9191 tkn version
9292
93- ARG IGC_VERSION=1.38.1
93+ ARG IGC_VERSION=1.39.0
9494
9595## igc
9696RUN 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) && \
@@ -99,7 +99,7 @@ RUN curl -sL -o ./igc https://github.com/cloud-native-toolkit/ibm-garage-cloud-c
9999 sudo igc plugins --path /usr/local/bin && \
100100 igc --version
101101
102- ARG GITU_VERSION=1.14.2
102+ ARG GITU_VERSION=1.14.4
103103
104104## gitu
105105RUN curl -sL -o ./gitu https://github.com/cloud-native-toolkit/git-client/releases/download/v${GITU_VERSION}/gitu-${BASE_OS}-$(if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then echo "arm64"; else echo "x64"; fi) && \
Original file line number Diff line number Diff line change @@ -95,8 +95,7 @@ RUN if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then exit 0; fi; \
9595 rm tkn.tar.gz && \
9696 tkn version
9797
98-
99- ARG IGC_VERSION=1.38.1
98+ ARG IGC_VERSION=1.39.0
10099
101100## igc
102101RUN 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) && \
@@ -105,7 +104,7 @@ RUN curl -sL -o ./igc https://github.com/cloud-native-toolkit/ibm-garage-cloud-c
105104 sudo igc plugins --path /usr/local/bin && \
106105 igc --version
107106
108- ARG GITU_VERSION=1.14.2
107+ ARG GITU_VERSION=1.14.4
109108
110109## gitu
111110RUN curl -sL -o ./gitu https://github.com/cloud-native-toolkit/git-client/releases/download/v${GITU_VERSION}/gitu-${BASE_OS}-$(if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then echo "arm64"; else echo "x64"; fi) && \
You can’t perform that action at this time.
0 commit comments