bump manila to latest stable to fix mount issue
Closes-Bug: ATMOSPHERE-165
Depends-On: https://review.vexxhost.dev/c/atmosphere/+/556
Change-Id: I64e938fce828f9bce96d5f75683657702394f01b
diff --git a/images/manila/Dockerfile b/images/manila/Dockerfile
index f4e7c99..500c107 100644
--- a/images/manila/Dockerfile
+++ b/images/manila/Dockerfile
@@ -3,7 +3,7 @@
# Atmosphere-Rebuild-Time: 2024-06-26T17:38:39Z
FROM openstack-venv-builder AS build
-ARG MANILA_GIT_REF=ed585103e4c26478b60b397b0bb064b50dc1acb5
+ARG MANILA_GIT_REF=b4d1e6e9e6e9f77d5fb74c499badae92c271e1ba
ADD --keep-git-dir=true https://opendev.org/openstack/manila.git#${MANILA_GIT_REF} /src/manila
RUN git -C /src/manila fetch --unshallow
COPY patches/manila /patches/manila