We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83e946 commit 0c985e0Copy full SHA for 0c985e0
1 file changed
ci/dockerfiles/cf-for-k8s-ci/Dockerfile
@@ -18,7 +18,7 @@ RUN apk add perl-utils && \
18
wget --tries=3 -O- https://carvel.dev/install.sh | bash
19
20
RUN echo "Installing kapp" && \
21
- curl -LO --retry 3 --retry-delay 3 https://github.com/vmware-tanzu/carvel-kapp/releases/download/v0.47.0/kapp-linux-amd64 && \
+ curl -LO --retry 3 --retry-delay 3 https://github.com/vmware-tanzu/carvel-kapp/releases/download/v0.49.0/kapp-linux-amd64 && \
22
chmod +x ./kapp-linux-amd64 && \
23
mv kapp-linux-amd64 /usr/local/bin/kapp
24
0 commit comments