From af36a017a8dcbb796d662f72f289e1074d3f13fd Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Thu, 12 Oct 2023 10:11:29 +0100
Subject: [PATCH] Reflect Bookworm upgrade to 12.2

---
 .gitlab-ci.yml             | 2 +-
 aux/update-vmine-images.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 85d9ed3..4dd396f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,4 +28,4 @@ build_bookworm:
   <<: *build_image
   variables:
     DIST: "bookworm"
-    VERSION: "12.1"
+    VERSION: "12.2"
diff --git a/aux/update-vmine-images.sh b/aux/update-vmine-images.sh
index c699ee8..b6563bf 100755
--- a/aux/update-vmine-images.sh
+++ b/aux/update-vmine-images.sh
@@ -6,7 +6,7 @@
 base_url="https://git.autistici.org/api/v4/projects/493"
 target_dir="/var/lib/vmine/images"
 registry_path="/etc/vmine/images.yml"
-images="bullseye/11.6 bookworm/12.1"
+images="bullseye/11.6 bookworm/12.2"
 default_image="bookworm"
 op="download"
 
-- 
GitLab