Skydive: bump the binary version

Change-Id: I661ed85ca9b7cff344d69164b5e456c5560d9461
This commit is contained in:
Mathieu Rohon 2017-08-02 10:45:59 +02:00
parent 3789d1a1b8
commit 37a44055e3

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.11.0/skydive" \
RUN curl -o /usr/bin/skydive -L "https://github.com/skydive-project/skydive/releases/download/v0.12.0/skydive" \
&& chmod +x /usr/bin/skydive
{% endblock %}