skydive: bump version to 0.15

Change-Id: I3a32334b77407a3ab7d3a844573c0161b981b555
This commit is contained in:
Mathieu Rohon 2017-12-12 17:31:39 +01:00 committed by Eduardo Gonzalez
parent 2d43ebb040
commit 67da9078b9
1 changed files with 1 additions and 1 deletions

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