From a72c6a147612fec83a61c71c2a52d848d7b40853 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Apr 2025 22:20:22 +0800 Subject: [PATCH] chore(deps): update uusec/nanqiang docker tag to v6.8.0 (#3728) * chore(deps): update uusec/nanqiang docker tag to v6.8.0 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- uuwaf/{6.7.0 => 6.8.0}/data.yml | 0 uuwaf/{6.7.0 => 6.8.0}/docker-compose.yml | 2 +- uuwaf/{6.7.0 => 6.8.0}/scripts/uninstall.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename uuwaf/{6.7.0 => 6.8.0}/data.yml (100%) rename uuwaf/{6.7.0 => 6.8.0}/docker-compose.yml (94%) rename uuwaf/{6.7.0 => 6.8.0}/scripts/uninstall.sh (100%) diff --git a/uuwaf/6.7.0/data.yml b/uuwaf/6.8.0/data.yml similarity index 100% rename from uuwaf/6.7.0/data.yml rename to uuwaf/6.8.0/data.yml diff --git a/uuwaf/6.7.0/docker-compose.yml b/uuwaf/6.8.0/docker-compose.yml similarity index 94% rename from uuwaf/6.7.0/docker-compose.yml rename to uuwaf/6.8.0/docker-compose.yml index 02d2fc5d4..fe94050fd 100644 --- a/uuwaf/6.7.0/docker-compose.yml +++ b/uuwaf/6.8.0/docker-compose.yml @@ -1,6 +1,6 @@ services: uuwaf: - image: uusec/nanqiang:v6.7.0 + image: uusec/nanqiang:v6.8.0 ulimits: nproc: 65535 nofile: diff --git a/uuwaf/6.7.0/scripts/uninstall.sh b/uuwaf/6.8.0/scripts/uninstall.sh similarity index 100% rename from uuwaf/6.7.0/scripts/uninstall.sh rename to uuwaf/6.8.0/scripts/uninstall.sh