Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ci/dockerfiles/cf-for-k8s-dind/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ubuntu:xenial

ENV PACK_VERSION="v0.18.1"
ENV KBLD_VERSION="v0.29.0"
ENV YTT_VERSION="v0.32.0"
ENV VENDIR_VERSION="v0.19.0"
ENV KBLD_VERSION="v0.30.0"
ENV YTT_VERSION="v0.35.1"
ENV VENDIR_VERSION="v0.21.1"

RUN apt-get update
RUN apt-get install -y --no-install-recommends \
Expand Down