From 0c34072fc0b78596ac05c6929beafe82e48dbef8 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Mon, 28 Mar 2022 16:46:02 +0200 Subject: [PATCH] Use debian bullseye --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e20e056..30121f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster +FROM debian:bullseye # Set the env variables to non-interactive ENV DEBIAN_FRONTEND noninteractive