Skip to content

Commit dd04cf3

Browse files
authored
Merge pull request #6 from gitpod-io/wv/update-yq
Bump yq to 4.35.2
2 parents 2ba286b + 6001884 commit dd04cf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV LEEWAY_BUILD_DIR=/var/tmp/build
99

1010
RUN cd /usr/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v${LEEWAY_VERSION}/leeway_${LEEWAY_VERSION}_Linux_x86_64.tar.gz | sudo tar xz
1111

12-
RUN cd /usr/bin && curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.35.1/yq_linux_amd64 | sudo tee -a yq >/dev/null 2>&1 \
12+
RUN cd /usr/bin && curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.35.2/yq_linux_amd64 | sudo tee -a yq >/dev/null 2>&1 \
1313
&& sudo chmod +x yq
1414

1515
### Google Cloud ###

vm/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ curl -fsSL https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz -o - | t
108108
cp /tmp/helm /usr/local/bin/helm
109109

110110
echo "📝 Installing yq (YAML processor)..."
111-
curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.22.1/yq_linux_amd64 -o /usr/local/bin/yq
111+
curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.35.2/yq_linux_amd64 -o /usr/local/bin/yq
112112
chmod +x /usr/local/bin/yq
113113

114114
echo "📝 Installing oci-tool..."

0 commit comments

Comments
 (0)