From 8f853ae2e5d05603cdd7e6ab354b9c7fe7adfd5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:41:23 +0000 Subject: [PATCH] chore(deps): update ollama/ollama docker tag to v0.3.11 (#884) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | ollama/ollama | patch | `0.3.10` -> `0.3.11` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/NorkzYT/Wolflith). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Docker/Both/ollama/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/Both/ollama/docker-compose.yml b/Docker/Both/ollama/docker-compose.yml index 58e4c3eb..5c0f1b1f 100644 --- a/Docker/Both/ollama/docker-compose.yml +++ b/Docker/Both/ollama/docker-compose.yml @@ -1,6 +1,6 @@ services: ollama: - image: ollama/ollama:0.3.10 + image: ollama/ollama:0.3.11 container_name: ollama hostname: ollama volumes: