diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-01-02 23:05:31 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-01-02 23:05:31 +0100 |
commit | cbf2d3b02fc410dc74e7a31651d696be4ac03ec5 (patch) | |
tree | 64b7625b42613f4ebdc5c526cc121d208f7e1fc1 | |
parent | changed build image to debian/bullseye. (diff) | |
download | newspipe-cbf2d3b02fc410dc74e7a31651d696be4ac03ec5.tar.gz newspipe-cbf2d3b02fc410dc74e7a31651d696be4ac03ec5.tar.bz2 newspipe-cbf2d3b02fc410dc74e7a31651d696be4ac03ec5.zip |
changed build image to ubuntu/21.10.
-rw-r--r-- | .builds/debian.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/debian.yml b/.builds/debian.yml index 8bdcf21f..15ecd36e 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -1,4 +1,4 @@ -image: debian/bullseye +image: ubuntu/21.10 sources: - https://git.sr.ht/~cedric/newspipe packages: |