[stable/2024.1] OSSA-2024-001 (#1538)
This commit updates 2024.1 stable commit id of Nova,Glance,Cinder Dockerfile to fix OSSA-2024-001 security issue.
diff --git a/images/cinder/Dockerfile b/images/cinder/Dockerfile
index 0bfe40c..1a3a5cc 100644
--- a/images/cinder/Dockerfile
+++ b/images/cinder/Dockerfile
@@ -4,7 +4,7 @@
ARG RELEASE
FROM registry.atmosphere.dev/library/openstack-venv-builder:${RELEASE} AS build
-ARG CINDER_GIT_REF=0ff4262fba803152e94e32e0dc8e4a2e56fcb0f5
+ARG CINDER_GIT_REF=db98dc207060da234c32a563c13cac1edbd62952
ADD --keep-git-dir=true https://opendev.org/openstack/cinder.git#${CINDER_GIT_REF} /src/cinder
RUN git -C /src/cinder fetch --unshallow
COPY patches/cinder /patches/cinder