Update to bookworm

This commit is contained in:
Daniel Leidert 2023-04-02 19:35:51 +02:00
parent f94149aea4
commit 6e5d09a110
No known key found for this signature in database
GPG key ID: 4BCD0567C296D05D

View file

@ -1,4 +1,4 @@
image: 'debian:bullseye'
image: 'debian:bookworm'
variables:
# Languages to build for the website (we're limited to 100Mb so we must
# build only a subset of the available languages).
@ -25,7 +25,7 @@ pages:
- public
only:
refs:
- bullseye/main
- bookworm/main
variables:
# Build space-consuming pages only in the official repository
- $CI_PROJECT_PATH == "hertzog/debian-handbook"