Modify the version of skydive to v0.13.0

The v0.13.0 release of skydive is coming
https://github.com/skydive-project/skydive/releases

Change-Id: I3050dd1870c88b364f00cdc0dd8e1895b5c3f981
This commit is contained in:
zhuzeyu 2017-10-14 12:45:14 +08:00
parent 2922a5a43f
commit 35d13c9c55
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.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 %}