From 4d316f901972f57e2b60c5084ab5c545fee02d91 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sun, 29 Aug 2021 21:00:50 +0200 Subject: [PATCH] Use Debian Bullseye as the basis for 1.9 images --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2908193..a023f0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster-slim +FROM debian:bullseye-slim MAINTAINER Freelock john@freelock.com # Build time variables