Skip to content

Commit dc6e32b

Browse files
authored
roll back gitu version (#29)
roll back gitu version b/c of cloud-native-toolkit/software-everywhere#493
1 parent cd98eaa commit dc6e32b

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
@@ -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.4
103+
ARG GITU_VERSION=1.14.3
104104

105105
## gitu
106106
RUN 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) && \

Containerfile-fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.4
108+
ARG GITU_VERSION=1.14.3
109109

110110
## gitu
111111
RUN 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) && \

0 commit comments

Comments
 (0)