skydive: bump to version 0.17

Change-Id: Icbb971c78226ad48cec318c994af16d630d914f5
This commit is contained in:
Sylvain Baubeau 2018-05-24 14:45:30 +02:00
parent 380be0cb3e
commit efd802053a

View File

@ -10,7 +10,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_arch == 'x86_64' %}
{% block skydive_install %}
RUN curl -o /usr/bin/skydive -L "https://github.com/skydive-project/skydive/releases/download/v0.15.0/skydive" \
RUN curl -o /usr/bin/skydive -L "https://github.com/skydive-project/skydive/releases/download/v0.17.0/skydive" \
&& chmod +x /usr/bin/skydive
{% endblock %}