Skip to content

Commit e5f51ad

Browse files
ferhimedamineDakera OpsPaperclip-Paperclip
authored
fix(deploy): sync HA compose image versions to current releases (#16)
Bump dakera 0.6.2 → 0.6.3 (rustls-webpki security patch) Bump dakera-dashboard 0.3.2 → 0.3.3 (SSE api_key query-param fix) The HA file was missed when docker-compose.yml was updated. Co-authored-by: Dakera Ops <ops@dakera.ai> Co-authored-by: Paperclip <noreply@paperclip.ing>
1 parent 76d748f commit e5f51ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/docker-compose.ha.yml

Lines changed: 2 additions & 2 deletions
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.2}
27+
image: ${DAKERA_IMAGE:-ghcr.io/dakera-ai/dakera:0.6.3}
2828
restart: unless-stopped
2929
networks:
3030
- dakera-ha-net
@@ -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.2}
252+
image: ${DASHBOARD_IMAGE:-ghcr.io/dakera-ai/dakera-dashboard:0.3.3}
253253
container_name: dakera-dashboard
254254
ports:
255255
- "${DASHBOARD_PORT:-3002}:3000"

0 commit comments

Comments
 (0)