From 830593c7a78d9863805e1539b93bd681f1bdcdc3 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" <alexander.klimov@icinga.com> Date: Mon, 22 Nov 2021 13:34:14 +0100 Subject: [PATCH] s/buster/bullseye/ --- make-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-image.sh b/make-image.sh index d9e6ab9..2abd272 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 -- GitLab