Merge "Update skydive to v0.25.0"

This commit is contained in:
Zuul 2019-09-18 11:43:20 +00:00 committed by Gerrit Code Review
commit 919304f12b
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' \
&& /bin/false
{% else %}
RUN curl -o /usr/bin/skydive -L "https://github.com/skydive-project/skydive/releases/download/v0.22.0/skydive" \
RUN curl -o /usr/bin/skydive -L "https://github.com/skydive-project/skydive/releases/download/v0.25.0/skydive" \
&& chmod +x /usr/bin/skydive
{% endif %}
{% endif %}