From 9935e81607ca86ea278568c21866428004198059 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 02:59:36 +0000 Subject: [PATCH] Update getwud/wud Docker tag to v8.1.0 (#474) --- apps/wud/{8.0.1 => 8.1.0}/data.yml | 0 apps/wud/{8.0.1 => 8.1.0}/docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/wud/{8.0.1 => 8.1.0}/data.yml (100%) rename apps/wud/{8.0.1 => 8.1.0}/docker-compose.yml (91%) diff --git a/apps/wud/8.0.1/data.yml b/apps/wud/8.1.0/data.yml similarity index 100% rename from apps/wud/8.0.1/data.yml rename to apps/wud/8.1.0/data.yml diff --git a/apps/wud/8.0.1/docker-compose.yml b/apps/wud/8.1.0/docker-compose.yml similarity index 91% rename from apps/wud/8.0.1/docker-compose.yml rename to apps/wud/8.1.0/docker-compose.yml index 2e282c523..7222707f7 100644 --- a/apps/wud/8.0.1/docker-compose.yml +++ b/apps/wud/8.1.0/docker-compose.yml @@ -1,6 +1,6 @@ services: whatsupdocker: - image: getwud/wud:8.0.1 + image: getwud/wud:8.1.0 container_name: ${CONTAINER_NAME} ports: - ${PANEL_APP_PORT_HTTP}:3000