diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85d9ed38abed459339e70a8b8bf8bcd0263bf735..4dd396ff3a2777e6e2fd91ce5d8dce9071ac72f1 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 c699ee8393ec35f45a4257294c519a95aeaa1638..b6563bf85d0e1e5b374be3718ce251b732a7bbdd 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"