diff options
author | Peter Hunt <pehunt@redhat.com> | 2019-06-21 10:55:24 -0400 |
---|---|---|
committer | Peter Hunt <pehunt@redhat.com> | 2019-06-21 10:55:24 -0400 |
commit | 284208a23884c217c28a7a63e07d5c4cb2115e97 (patch) | |
tree | 717e9b84de60dd6e3655e8ea260539703564b1b7 /.cirrus.yml | |
parent | c0bc768ff131d014638a151f7725921a87ddbdb1 (diff) | |
download | podman-284208a23884c217c28a7a63e07d5c4cb2115e97.tar.gz podman-284208a23884c217c28a7a63e07d5c4cb2115e97.tar.bz2 podman-284208a23884c217c28a7a63e07d5c4cb2115e97.zip |
Update conmon to include attach socket unlink
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index c1b05c1bf..4bf92d6f6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -41,7 +41,7 @@ env: # Git commits to use while building dependencies into cache-images FEDORA_CNI_COMMIT: "412b6d31280682bb4fab4446f113c22ff1886554" CNI_COMMIT: "7480240de9749f9a0a5c8614b17f1f03e0c06ab9" - CONMON_COMMIT: "8455ce1ef385120deb827d0f0588c04357bad4c4" + CONMON_COMMIT: "3e47d8dd45cdd973dbe256292d5e9c0bff195e56" CRIU_COMMIT: "c74b83cd49c00589c0c0468ba5fe685b67fdbd0a" # Special image w/ nested-libvirt + tools for creating new cache and base images IMAGE_BUILDER_CACHE_IMAGE_NAME: "image-builder-image-1541772081" |