From 5ac2733b85fbe0163c11bc52840cec3b353727f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20S=C3=B6derberg?= Date: Mon, 20 Oct 2025 14:53:59 +0200 Subject: [PATCH] Changed to slim-bookworm instead. For smaller image. --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 11aa98a..af02750 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM python:trixie AS base +FROM python:slim-bookworm AS base # Copy Java from openjdk:26-oracle ENV JAVA_HOME=/usr/java/openjdk-26