Merge "Bump up Skydive version"

This commit is contained in:
Zuul 2018-12-17 21:29:41 +00:00 committed by Gerrit Code Review
commit 75bac973eb
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.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 %}