ci: change from ubuntu base to debian base

This commit is contained in:
Konstantin Lampalzer 2024-09-23 17:12:41 +02:00
parent 52201a3932
commit f3cafc241d
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM debian:bookworm
RUN apt update && \
apt install -y \