From f371260e75b86d77ac22671c24881f696c88973c Mon Sep 17 00:00:00 2001 From: Vincent RAMPAL Date: Sun, 6 Jul 2025 01:02:33 +0200 Subject: [PATCH] Update base image to Ubuntu 24.04 LTS (#9681) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index da2ae3db..776fabeb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -104,7 +104,7 @@ FROM ${FLAVOR} AS archive COPY --from=cpu dist/lib/ollama /lib/ollama COPY --from=build /bin/ollama /bin/ollama -FROM ubuntu:20.04 +FROM ubuntu:24.04 RUN apt-get update \ && apt-get install -y ca-certificates \ && apt-get clean \