Update base image to Ubuntu 24.04 LTS (#9681)

This commit is contained in:
Vincent RAMPAL 2025-07-06 01:02:33 +02:00 committed by Ryan Schumacher
parent b23d28b549
commit 35bf6c0a41
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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 \