File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.1
94+ ARG IGC_VERSION=1.39.2
9595
9696## igc
9797RUN 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) && \
@@ -100,7 +100,7 @@ RUN curl -sL -o ./igc https://github.com/cloud-native-toolkit/ibm-garage-cloud-c
100100 sudo igc plugins --path /usr/local/bin && \
101101 igc --version
102102
103- ARG GITU_VERSION=1.14.5
103+ ARG GITU_VERSION=1.14.6
104104
105105## gitu
106106RUN 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 @@ -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.1
99+ ARG IGC_VERSION=1.39.2
100100
101101## igc
102102RUN 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 +105,7 @@ RUN curl -sL -o ./igc https://github.com/cloud-native-toolkit/ibm-garage-cloud-c
105105 sudo igc plugins --path /usr/local/bin && \
106106 igc --version
107107
108- ARG GITU_VERSION=1.14.5
108+ ARG GITU_VERSION=1.14.6
109109
110110## gitu
111111RUN 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