Bump skydive version to 0.22.0

Change-Id: Ic88ab9fabcfd0287d41e13606aba1290f6f7a011
Closes-Bug: #1806167
This commit is contained in:
Michal Nasiadka 2019-03-22 10:52:57 +01:00
parent 91c5453cc2
commit 1ff012d2c5
1 changed files with 1 additions and 1 deletions

View File

@ -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' \ RUN echo '{{ install_type }} on {{ base_distro }} not yet available on non x86_64 platforms' \
&& /bin/false && /bin/false
{% else %} {% 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 && chmod +x /usr/bin/skydive
{% endif %} {% endif %}
{% endif %} {% endif %}