Skip to content

Commit 1e66d3c

Browse files
committed
fix: bump default ollama and cyberchef versions
1 parent 2212683 commit 1e66d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin/database/seeders/service_seeder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default class ServiceSeeder extends BaseSeeder {
7070
display_order: 3,
7171
description: 'Local AI chat that runs entirely on your hardware - no internet required',
7272
icon: 'IconWand',
73-
container_image: 'ollama/ollama:0.15.2',
73+
container_image: 'ollama/ollama:0.18.1',
7474
source_repo: 'https://github.com/ollama/ollama',
7575
container_command: 'serve',
7676
container_config: JSON.stringify({
@@ -94,7 +94,7 @@ export default class ServiceSeeder extends BaseSeeder {
9494
display_order: 11,
9595
description: 'Swiss Army knife for data encoding, encryption, and analysis',
9696
icon: 'IconChefHat',
97-
container_image: 'ghcr.io/gchq/cyberchef:10.19.4',
97+
container_image: 'ghcr.io/gchq/cyberchef:10.22.1',
9898
source_repo: 'https://github.com/gchq/CyberChef',
9999
container_command: null,
100100
container_config: JSON.stringify({

0 commit comments

Comments
 (0)