Bump up Skydive version
Change-Id: If71b396167b7e338191e19fb8bc1a1924b57b281
This commit is contained in:
parent
3a44481f22
commit
de5c8b1f77
@ -16,7 +16,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
RUN echo '{{ install_type }} on {{ base_distro }} not yet available on non x86_64 platforms' \
|
||||
&& /bin/false
|
||||
{% else %}
|
||||
RUN curl -o /usr/bin/skydive -L "https://github.com/skydive-project/skydive/releases/download/v0.18.0/skydive" \
|
||||
RUN curl -o /usr/bin/skydive -L "https://github.com/skydive-project/skydive/releases/download/v0.21.0/skydive" \
|
||||
&& chmod +x /usr/bin/skydive
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user