Unverified Commit f371260e authored by Vincent RAMPAL's avatar Vincent RAMPAL Committed by GitHub
Browse files

Update base image to Ubuntu 24.04 LTS (#9681)

parent c9e6d771
...@@ -104,7 +104,7 @@ FROM ${FLAVOR} AS archive ...@@ -104,7 +104,7 @@ FROM ${FLAVOR} AS archive
COPY --from=cpu dist/lib/ollama /lib/ollama COPY --from=cpu dist/lib/ollama /lib/ollama
COPY --from=build /bin/ollama /bin/ollama COPY --from=build /bin/ollama /bin/ollama
FROM ubuntu:20.04 FROM ubuntu:24.04
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y ca-certificates \ && apt-get install -y ca-certificates \
&& apt-get clean \ && apt-get clean \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment