Skip to content

Commit

Permalink
Merge "skydive: bump to version 0.17"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed May 31, 2018
2 parents e629d66 + efd8020 commit c81423b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/skydive/skydive-base/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_arch == 'x86_64' %}

{% block skydive_install %}
RUN curl -o /usr/bin/skydive -L "https://github.com/skydive-project/skydive/releases/download/v0.15.0/skydive" \
RUN curl -o /usr/bin/skydive -L "https://github.com/skydive-project/skydive/releases/download/v0.17.0/skydive" \
&& chmod +x /usr/bin/skydive
{% endblock %}

Expand Down

0 comments on commit c81423b

Please sign in to comment.