We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d296e9 commit 4a3a5feCopy full SHA for 4a3a5fe
ci/ci.Dockerfile
@@ -10,7 +10,7 @@ RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
10
RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
11
12
RUN yum install -y kubectl httpd-tools jq make git which
13
-RUN rpm -Uvh https://github.com/tektoncd/cli/releases/download/v0.33.0/tektoncd-cli-0.33.0_Linux-64bit.rpm
+RUN rpm -Uvh https://github.com/tektoncd/cli/releases/download/v0.37.0/tektoncd-cli-0.37.0_Linux-64bit.rpm
14
15
# Serverless-Operator `make generated-files` needs helm
16
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
0 commit comments