Skip to content

Commit 70264a2

Browse files
chore(deps): bump ollama/ollama from 0.14.1 to 0.14.3
Bumps ollama/ollama from 0.14.1 to 0.14.3. --- updated-dependencies: - dependency-name: ollama/ollama dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 761f57b commit 70264a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
start_period: 10s
2020

2121
ollama:
22-
image: ollama/ollama:0.14.1@sha256:ab381bda4be8e04790e32551fac37f209fe0bb12ab49ba4b7c32d0f0800cf4c3
22+
image: ollama/ollama:0.14.3@sha256:a7471e7e503643d06767053fa4c825eaa7cafb1586f7256ce29080bcbf57bf5c
2323
container_name: ollama
2424
ports:
2525
- "11434:11434"
@@ -34,7 +34,7 @@ services:
3434
restart: unless-stopped
3535

3636
ollama-init:
37-
image: ollama/ollama:0.14.1@sha256:ab381bda4be8e04790e32551fac37f209fe0bb12ab49ba4b7c32d0f0800cf4c3
37+
image: ollama/ollama:0.14.3@sha256:a7471e7e503643d06767053fa4c825eaa7cafb1586f7256ce29080bcbf57bf5c
3838
container_name: ollama-init
3939
environment:
4040
- OLLAMA_HOST=http://ollama:11434

0 commit comments

Comments
 (0)