Unverified Commit 6ceac160 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

makedeb-docker: use debian bookworm as foundation

parent 19d66313
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,6 +8,6 @@ docker run --rm -v "${PWD}:/orig:ro" -v "${PWD}/scripts:/scripts:ro" \
	-v "${PWD}/out:/out" -e USER=$(id -u) -e GROUP=$(id -g) \
	-e "DEBEMAIL=${DEBEMAIL}" -e "DEBFULLNAME=${DEBFULLNAME}" \
	-e "LOGNAME=${LOGNAME}" -e "VERSION=$(git describe --dirty)-1" \
	debian:buster /scripts/makedeb-docker-helper
	debian:bookworm /scripts/makedeb-docker-helper

echo "Debian package has been written to $(pwd)/out"