Skip to content

Commit 4a3a5fe

Browse files
Update dockerfile to include latest tkn version
1 parent 4d296e9 commit 4a3a5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/ci.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
1010
RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
1111

1212
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
13+
RUN rpm -Uvh https://github.com/tektoncd/cli/releases/download/v0.37.0/tektoncd-cli-0.37.0_Linux-64bit.rpm
1414

1515
# Serverless-Operator `make generated-files` needs helm
1616
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash

0 commit comments

Comments
 (0)