diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-06-29 22:02:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-06-29 22:02:49 -0300 |
commit | bd392aafff3a73d206c1dd8da1ed54dec20e730b (patch) | |
tree | 3c1421aeaa3ed765449545b25a744566477c1c58 | |
parent | 46cadc550074f348665af2faaad72629b8a29826 (diff) | |
download | biblio-bd392aafff3a73d206c1dd8da1ed54dec20e730b.tar.gz biblio-bd392aafff3a73d206c1dd8da1ed54dec20e730b.tar.bz2 |
Feat: CI/CD: upgrade image to debian:bookworm
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63c32fd..13aa47b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ --- lint: - image: debian:bullseye + image: debian:bookworm script: - apt-get update - apt-get install -y make biber pybtex |