From d873fae4466e4a509f2dbba107ce11abf7ebe1be Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Fri, 19 Jan 2024 22:15:34 +0100 Subject: [PATCH] Migrate to bookworm --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 47e8787..9eb3dae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,7 +27,7 @@ steps: - name: Build Binary depends_on: - Pull Cache - image: rust:1-bullseye # Same OS that runs the hetzner recovery + image: rust:1-bookworm # Same OS that runs the hetzner recovery pull: always environment: CARGO_HOME: ./.cargo