mirror of
https://github.com/zebrajr/ollama.git
synced 2025-12-06 12:19:56 +01:00
Update base image to Ubuntu 24.04 LTS (#9681)
This commit is contained in:
parent
c9e6d7719e
commit
f371260e75
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user