Skip to content

Commit e0bbafc

Browse files
ferhimedamineDakera OpsPaperclip-Paperclip
authored
fix(deploy): bump dakera-dashboard 0.3.1 → 0.3.2 — WASM load fix + mobile nav (#13)
Fixes dashboard WASM failure reported by Duckk666. v0.3.2 contains: - 12 CSR/WASM compile errors resolved (DAK-293) — was causing load timeout - Mobile hamburger menu + overlay sidebar (DAK-291) Resolves: DAK-308, DAK-307 Co-authored-by: Dakera Ops <ops@dakera.ai> Co-authored-by: Paperclip <noreply@paperclip.ing>
1 parent 1554f0c commit e0bbafc

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
@@ -249,7 +249,7 @@ services:
249249
# Dakera Dashboard — Web UI
250250
# ==========================================================================
251251
dashboard:
252-
image: ${DASHBOARD_IMAGE:-ghcr.io/dakera-ai/dakera-dashboard:0.3.1}
252+
image: ${DASHBOARD_IMAGE:-ghcr.io/dakera-ai/dakera-dashboard:0.3.2}
253253
container_name: dakera-dashboard
254254
ports:
255255
- "${DASHBOARD_PORT:-3002}:3000"

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ services:
121121
# Dakera Dashboard (optional)
122122
# ==========================================================================
123123
dashboard:
124-
image: ${DASHBOARD_IMAGE:-ghcr.io/dakera-ai/dakera-dashboard:0.3.1}
124+
image: ${DASHBOARD_IMAGE:-ghcr.io/dakera-ai/dakera-dashboard:0.3.2}
125125
container_name: dakera-dashboard
126126
profiles: ["dashboard", "full"]
127127
ports:

0 commit comments

Comments
 (0)