From: Vsevolod Stakhov Date: Sat, 3 Dec 2022 14:40:14 +0000 (+0000) Subject: [Minor] Update ci X-Git-Tag: 3.5~165 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e9a6b7f54a817995a6db4bc3d6e24eaf17e4a14;p=thirdparty%2Frspamd.git [Minor] Update ci --- diff --git a/.drone.yml b/.drone.yml index 5c4902942e..b13578dd7a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: # any image with a root shell can be used here, but Ubuntu used as base # image for build and test images and we need to download it anyway - image: ubuntu:20.04 + image: ubuntu:22.04 pull: if-not-exists volumes: - name: rspamd @@ -278,6 +278,6 @@ trigger: --- kind: signature -hmac: 9e142da57023b8a8a23e6c34e6de62552ab32cd5323e9b47a09ae20089992b67 +hmac: aa5c8d19b8f55e3ca2c2628f340f147444a4a3b7f3bd35ac2859b557defd65f7 ...