From 6aea99b9c6bef3f4b87dc73213079b86cf788e2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 16:51:03 +0800 Subject: [PATCH] chore(deps): update uusec/nanqiang docker tag to v2.6.1 (#380) * chore(deps): update uusec/nanqiang docker tag to v2.6.1 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- uuwaf/{2.6.0 => 2.6.1}/data.yml | 0 uuwaf/{2.6.0 => 2.6.1}/docker-compose.yml | 2 +- uuwaf/{2.6.0 => 2.6.1}/scripts/uninstall.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename uuwaf/{2.6.0 => 2.6.1}/data.yml (100%) rename uuwaf/{2.6.0 => 2.6.1}/docker-compose.yml (96%) rename uuwaf/{2.6.0 => 2.6.1}/scripts/uninstall.sh (100%) diff --git a/uuwaf/2.6.0/data.yml b/uuwaf/2.6.1/data.yml similarity index 100% rename from uuwaf/2.6.0/data.yml rename to uuwaf/2.6.1/data.yml diff --git a/uuwaf/2.6.0/docker-compose.yml b/uuwaf/2.6.1/docker-compose.yml similarity index 96% rename from uuwaf/2.6.0/docker-compose.yml rename to uuwaf/2.6.1/docker-compose.yml index 50cf4a91e..f285af185 100644 --- a/uuwaf/2.6.0/docker-compose.yml +++ b/uuwaf/2.6.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: uuwaf: - image: uusec/nanqiang:v2.6.0 + image: uusec/nanqiang:v2.6.1 ulimits: nproc: 65535 nofile: diff --git a/uuwaf/2.6.0/scripts/uninstall.sh b/uuwaf/2.6.1/scripts/uninstall.sh similarity index 100% rename from uuwaf/2.6.0/scripts/uninstall.sh rename to uuwaf/2.6.1/scripts/uninstall.sh