From ec31fba03faa7dccfda532caf04774f4d67dafc4 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Tue, 27 Jul 2021 21:19:24 +0100 Subject: [PATCH] Use Debian bullseye in test suite in CI --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cf2c8d8..32ed9bc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: - cargo test --verbose --all - name: test suite - image: rust:1.49.0-slim + image: rust:1.49.0-slim-bullseye commands: - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libsqlite3-dev python3.9 python3.9-venv - cargo install --path yama