From d611dd8affc554e5edd4e15b305a022472df7ac3 Mon Sep 17 00:00:00 2001
From: June Tate-Gans <june@theonelab.com>
Date: Thu, 28 Mar 2024 20:39:09 -0500
Subject: [PATCH] debian: Swap to unstable

---
 .drone.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.drone.yml b/.drone.yml
index 13a92ea..a1ca955 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -43,7 +43,7 @@ name: debian-build
 
 steps:
   - name: build
-    image: debian:latest
+    image: debian:unstable
 
     settings:
       registry: gitea.hedron.io
@@ -63,7 +63,7 @@ steps:
       - make
 
   - name: test
-    image: debian:latest
+    image: debian:unstable
 
     depends_on:
       - build