chore(deps): update glance digest to 06a1820 (#823)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
diff --git a/images/glance/Earthfile b/images/glance/Earthfile
index f0e22f3..e255ac8 100644
--- a/images/glance/Earthfile
+++ b/images/glance/Earthfile
@@ -3,7 +3,7 @@
image:
ARG PROJECT=glance
ARG RELEASE=zed
- ARG REF=b1e5292248fefb7cd1ff4292c9b94d336f4cf73b
+ ARG REF=06a18202ab52c64803f044b8f848ed1c160905d2
ARG PACKAGES="ceph-common lsscsi nvme-cli python3-rados python3-rbd qemu-utils sysfsutils udev util-linux"
ARG PIP_PACKAGES="glance_store[cinder]"
FROM ../openstack-service+image --PROJECT ${PROJECT} --RELEASE ${RELEASE} --PROJECT_REF ${REF} --PACKAGES "${PACKAGES}" --PIP_PACKAGES "${PIP_PACKAGES}"