Skip to content

Commit 1554f0c

Browse files
ferhimedamineDakera OpsPaperclip-Paperclip
authored
fix(deploy): bump dakera image tag 0.6.0 → 0.6.2 — Memory Network fix (#12)
* fix(deploy): bump dakera-dashboard 0.3.0 → 0.3.1 — Safari black screen fix v0.3.1 includes fix(safari): WASM deferred initialization to resolve iOS Safari black screen after page load (DAK-286). v0.3.0 (65ebf3a) was tagged before PR#7 merged at 23:06 UTC and does not include this fix. Co-Authored-By: Paperclip <noreply@paperclip.ing> * fix(deploy): bump dakera image tag 0.6.0 → 0.6.2 — Memory Network fix Updates default dakera image tag to 0.6.2 in both docker-compose.yml and docker-compose.ha.yml to include the critical Memory Network node_count fix shipped in v0.6.2. Co-Authored-By: Paperclip <noreply@paperclip.ing> --------- Co-authored-by: Dakera Ops <ops@dakera.ai> Co-authored-by: Paperclip <noreply@paperclip.ing>
1 parent 5a6d828 commit 1554f0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/docker-compose.ha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# =============================================================================
2525

2626
x-dakera-common: &dakera-common
27-
image: ${DAKERA_IMAGE:-ghcr.io/dakera-ai/dakera:0.6.0}
27+
image: ${DAKERA_IMAGE:-ghcr.io/dakera-ai/dakera:0.6.2}
2828
restart: unless-stopped
2929
networks:
3030
- dakera-ha-net

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
# Dakera - Vector Database Server
1616
# ==========================================================================
1717
dakera:
18-
image: ${DAKERA_IMAGE:-ghcr.io/dakera-ai/dakera:0.6.0}
18+
image: ${DAKERA_IMAGE:-ghcr.io/dakera-ai/dakera:0.6.2}
1919
container_name: dakera
2020
ports:
2121
- "${DAKERA_PORT:-3000}:3000"

0 commit comments

Comments
 (0)