Merge "Modify the version of skydive to v0.13.0"

This commit is contained in:
Zuul 2017-10-16 08:33:35 +00:00 committed by Gerrit Code Review
commit d71c25caa4

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