diff options
author | Emma Foley <efoley@redhat.com> | 2020-05-27 16:14:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2020-05-27 16:14:22 +0000 |
commit | c3abd20ec45fd07bdb4a760f35c7ded447230319 (patch) | |
tree | 7788df91861e2d389292519ac9941dcccf3debee /ci | |
parent | f355e1c967f778262cc27fbbf2e1350ef4f1f38b (diff) | |
parent | cf226af5191272a5657999fbea9c7a46cd9ff57b (diff) |
Merge changes from topic "container_update"
* changes:
[docs] Update Docker install guide
Update collectd container to use 5.11
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/utility/package-list.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/utility/package-list.sh b/ci/utility/package-list.sh index 1eb6f8d2..30b73852 100755 --- a/ci/utility/package-list.sh +++ b/ci/utility/package-list.sh @@ -25,4 +25,4 @@ CMTCAT_BRANCH=8b27ad757e86a01bc51eafcb9e600605ff1beca4 CMTCAT_VERSION="v1.1.0" COLLECTD_REPO=https://github.com/collectd/collectd.git -COLLECTD_BRANCH=collectd-5.10 +COLLECTD_BRANCH=collectd-5.11 |