From c3cdeb5c6de5df57c362ded5972832dc8a914af9 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 20:33:27 -0500 Subject: [PATCH] debian: Switch to sid --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0a9ec44..49250fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,7 +43,7 @@ name: debian-build steps: - name: build - image: debian:testing + image: debian:sid settings: registry: gitea.hedron.io @@ -63,7 +63,7 @@ steps: - make - name: test - image: debian:testing + image: debian:sid depends_on: - build