Bump up Skydive version

Change-Id: If71b396167b7e338191e19fb8bc1a1924b57b281
This commit is contained in:
Michal Nasiadka 2018-12-17 12:40:23 +01:00
parent 3a44481f22
commit de5c8b1f77

View File

@ -16,7 +16,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
RUN echo '{{ install_type }} on {{ base_distro }} not yet available on non x86_64 platforms' \
&& /bin/false
{% else %}
RUN curl -o /usr/bin/skydive -L "https://github.com/skydive-project/skydive/releases/download/v0.18.0/skydive" \
RUN curl -o /usr/bin/skydive -L "https://github.com/skydive-project/skydive/releases/download/v0.21.0/skydive" \
&& chmod +x /usr/bin/skydive
{% endif %}
{% endif %}