Bump skydive version to 0.22.0
Change-Id: Ic88ab9fabcfd0287d41e13606aba1290f6f7a011 Closes-Bug: #1806167
This commit is contained in:
parent
91c5453cc2
commit
1ff012d2c5
@ -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.21.0/skydive" \
|
||||
RUN curl -o /usr/bin/skydive -L "https://github.com/skydive-project/skydive/releases/download/v0.22.0/skydive" \
|
||||
&& chmod +x /usr/bin/skydive
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user