skydive: bump version to 0.15
Change-Id: I3a32334b77407a3ab7d3a844573c0161b981b555
This commit is contained in:
parent
2d43ebb040
commit
67da9078b9
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user