Modify the version of skydive to v0.14.0
https://github.com/skydive-project/skydive/releases Change-Id: I0cf20b42aed85e07015cbb1dad70a95c7258f209
This commit is contained in:
parent
3931f2896a
commit
eb30cf704f
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user