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