debian: Swap to unstable

This commit is contained in:
June Tate-Gans 2024-03-28 20:39:09 -05:00
parent 8c9a673de3
commit d611dd8aff

View File

@ -43,7 +43,7 @@ name: debian-build
steps: steps:
- name: build - name: build
image: debian:latest image: debian:unstable
settings: settings:
registry: gitea.hedron.io registry: gitea.hedron.io
@ -63,7 +63,7 @@ steps:
- make - make
- name: test - name: test
image: debian:latest image: debian:unstable
depends_on: depends_on:
- build - build