From 85fa9cda3dd191171290c19de9d498fca22cb992 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:06:12 +0000 Subject: [PATCH] Update t8y2/dbx Docker tag to v0.5.80 --- apps/dbx/0.5.79/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dbx/0.5.79/docker-compose.yml b/apps/dbx/0.5.79/docker-compose.yml index 118f43823..08491e89e 100644 --- a/apps/dbx/0.5.79/docker-compose.yml +++ b/apps/dbx/0.5.79/docker-compose.yml @@ -1,6 +1,6 @@ services: dbx: - image: "t8y2/dbx:0.5.79" + image: "t8y2/dbx:0.5.80" container_name: ${CONTAINER_NAME} ports: - "${PANEL_APP_PORT_HTTP}:4224"