Modify the version of skydive to v0.14.0

https://github.com/skydive-project/skydive/releases

Change-Id: I0cf20b42aed85e07015cbb1dad70a95c7258f209
This commit is contained in:
zhuzeyu 2017-11-17 10:16:25 +08:00 committed by Zeyu Zhu
parent 3931f2896a
commit eb30cf704f
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.13.0/skydive" \
RUN curl -o /usr/bin/skydive -L "https://github.com/skydive-project/skydive/releases/download/v0.14.0/skydive" \
&& chmod +x /usr/bin/skydive
{% endblock %}