diff --git a/Makefile b/Makefile index 0ca46dd..f117b62 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ submodule: .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch ${DEB_BUILD_ARCH} + tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bookworm --arch ${DEB_BUILD_ARCH} .PHONY: clean distclean: clean