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

This commit is contained in:
jakeaturner 2026-06-23 04:37:50 +00:00
parent da45f3462a
commit c5a1843a5f
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({