fix(supply-depot): bump default Ollama and CyberChef image versions (#1036)

This commit is contained in:
Jake Turner 2026-06-22 21:41:00 -07:00 committed by jakeaturner
parent 5af27e9904
commit 0143afe7cc
No known key found for this signature in database
GPG Key ID: B1072EBDEECE328D
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ export default class ServiceSeeder extends BaseSeeder {
display_order: 3,
description: 'Local AI chat that runs entirely on your hardware - no internet required',
icon: 'IconWand',
container_image: 'ollama/ollama:0.18.1',
container_image: 'ollama/ollama:0.24.0',
source_repo: 'https://github.com/ollama/ollama',
container_command: 'serve',
container_config: JSON.stringify({
@ -118,7 +118,7 @@ export default class ServiceSeeder extends BaseSeeder {
display_order: 11,
description: 'Swiss Army knife for data encoding, encryption, and analysis',
icon: 'IconChefHat',
container_image: 'ghcr.io/gchq/cyberchef:10.22.1',
container_image: 'ghcr.io/gchq/cyberchef:10.24.0',
source_repo: 'https://github.com/gchq/CyberChef',
container_command: null,
container_config: JSON.stringify({