diff --git a/make-image.sh b/make-image.sh
index d9e6ab96c3b53333a5e9d66b6dd1f58402553468..2abd272a4693cd8422528430ecca1586ef7eb033 100755
--- a/make-image.sh
+++ b/make-image.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DIST=buster
+DIST=bullseye
 GPGKEY=A0DA38D0D76E8B5D638872819165938D90FDDD2E
 
 if [ -z ${CI_REGISTRY+x} ]; then