From fd84f6426630f2c97615dad2696c25f2763d39c6 Mon Sep 17 00:00:00 2001 From: Pattrick Hueper Date: Fri, 7 Nov 2025 13:02:51 +0100 Subject: [PATCH] update runtime to Ubuntu 25.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 903b0a044..6a095a182 100644 --- a/Dockerfile +++ b/Dockerfile @@ -196,7 +196,7 @@ ARG VULKANVERSION COPY --from=cpu dist/lib/ollama /lib/ollama COPY --from=build /bin/ollama /bin/ollama -FROM ubuntu:24.04 +FROM ubuntu:25.10 RUN apt-get update \ && apt-get install -y ca-certificates libvulkan1 \ && apt-get clean \