From 4d63465405990167db51d659a4106f0c9d601c0b Mon Sep 17 00:00:00 2001 From: Florian Zirker Date: Mon, 12 Jun 2023 08:58:32 +0200 Subject: [PATCH] Bookworm --- print/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print/Dockerfile b/print/Dockerfile index e86626d..b7f7304 100644 --- a/print/Dockerfile +++ b/print/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye +FROM debian:bookworm # Install Packages (basic tools, cups, basic drivers, HP drivers) RUN apt-get update \