From e2105c59c87a228aa057f16c5e2071b9cc6baaad Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Mon, 3 Jun 2024 00:04:03 +0200 Subject: [PATCH] fix: revert to debian bullseye base due to missing libssl1.1 in bookworm (#77) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 11eac93..61a7305 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm +FROM debian:bullseye ARG TARGETARCH WORKDIR "/opt/drawio-desktop"