Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
build(docker): bump ollama from 0.1.47 to 0.2.1 (#184)
Browse files Browse the repository at this point in the history
* build(docker): bump ollama from 0.1.47 to 0.2.1

* ci(dependabot): add ollama docker update
  • Loading branch information
frgfm authored Jul 9, 2024
1 parent 1096711 commit fd1efad
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,15 @@ updates:
- dependency-name: "ruff"
- dependency-name: "mypy"
- dependency-name: "pre-commit"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "Europe/Paris"
reviewers:
- "frgfm"
assignees:
- "frgfm"
allow:
- dependency-name: "ollama/ollama"
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
retries: 3

ollama:
image: ollama/ollama:0.1.47
image: ollama/ollama:0.2.1
expose:
- 11434
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
restart: always

ollama:
image: ollama/ollama:0.1.47
image: ollama/ollama:0.2.1
expose:
- 11434
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
retries: 3

ollama:
image: ollama/ollama:0.1.47
image: ollama/ollama:0.2.1
expose:
- 11434
volumes:
Expand Down

0 comments on commit fd1efad

Please sign in to comment.