Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 0c985e0

Browse files
committed
Use kapp v0.49.0 in CI image
1 parent c83e946 commit 0c985e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/dockerfiles/cf-for-k8s-ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apk add perl-utils && \
1818
wget --tries=3 -O- https://carvel.dev/install.sh | bash
1919

2020
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 && \
21+
curl -LO --retry 3 --retry-delay 3 https://github.com/vmware-tanzu/carvel-kapp/releases/download/v0.49.0/kapp-linux-amd64 && \
2222
chmod +x ./kapp-linux-amd64 && \
2323
mv kapp-linux-amd64 /usr/local/bin/kapp
2424

0 commit comments

Comments
 (0)