From 4ed6f13ca28a1ec14349d38acd866a2ee80759e5 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" <alexander.klimov@icinga.com> Date: Mon, 22 Nov 2021 14:11:52 +0100 Subject: [PATCH] s/buster/bullseye/ --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5caae9e..c952ecf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.icinga.com/build-docker/raspbian-base/buster +FROM registry.icinga.com/build-docker/raspbian-base/bullseye ENV DEBIAN_FRONTEND=noninteractive -- GitLab