diff --git a/.gitlab-ci/setup-container.sh b/.gitlab-ci/setup-container.sh
index 9d8319c9779b..2ba94bbefca3 100755
--- a/.gitlab-ci/setup-container.sh
+++ b/.gitlab-ci/setup-container.sh
@@ -130,6 +130,8 @@ case $FDO_DISTRIBUTION_VERSION in
 	PKGS_LIBCAMERA_RUNTIME+=( python3-sphinx-book-theme )
 	# libclang-rt-dev for the clang ASan runtime.
 	PKGS_LIBCAMERA_RUNTIME_MULTIARCH+=( libclang-rt-dev )
+	# For the Android camera HAL and the virtual pipeline handler.
+	PKGS_LIBCAMERA_RUNTIME_MULTIARCH+=( libyuv-dev )
 	# For cam and lc-compliance
 	# libevent-dev cannot be used here, see build-libcamera-common.sh
 	PKGS_LIBCAMERA_RUNTIME_MULTIARCH+=( libevent-2.1-7 libevent-pthreads-2.1-7 )
@@ -141,6 +143,8 @@ case $FDO_DISTRIBUTION_VERSION in
 	PKGS_LIBCAMERA_RUNTIME+=( python3-sphinx-book-theme )
 	# libclang-rt-dev for the clang ASan runtime.
 	PKGS_LIBCAMERA_RUNTIME_MULTIARCH+=( libclang-rt-dev )
+	# For the Android camera HAL and the virtual pipeline handler.
+	PKGS_LIBCAMERA_RUNTIME_MULTIARCH+=( libyuv-dev )
 	;;
 esac
 
diff --git a/gitlab-ci.yml b/gitlab-ci.yml
index d18460534da2..a67618dd4ada 100644
--- a/gitlab-ci.yml
+++ b/gitlab-ci.yml
@@ -64,12 +64,12 @@ include:
 .libcamera-ci.debian:12:
   variables:
     FDO_DISTRIBUTION_VERSION: 'bookworm'
-    FDO_DISTRIBUTION_TAG: '2025-09-12.2'
+    FDO_DISTRIBUTION_TAG: '2025-11-02.0'
 
 .libcamera-ci.debian:13:
   variables:
     FDO_DISTRIBUTION_VERSION: 'trixie'
-    FDO_DISTRIBUTION_TAG: '2025-09-12.2'
+    FDO_DISTRIBUTION_TAG: '2025-11-02.0'
 
 .container-debian:
   extends:
