From 4489ea5a0bb5a27ae7ad20ebe5d5b5526225fcea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 16:03:52 +0800 Subject: [PATCH] chore(deps): update uusec/nanqiang docker tag to v5.4.0 (#2202) * chore(deps): update uusec/nanqiang docker tag to v5.4.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/{5.3.0 => 5.4.0}/data.yml | 0 uuwaf/{5.3.0 => 5.4.0}/docker-compose.yml | 2 +- uuwaf/{5.3.0 => 5.4.0}/scripts/uninstall.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename uuwaf/{5.3.0 => 5.4.0}/data.yml (100%) rename uuwaf/{5.3.0 => 5.4.0}/docker-compose.yml (96%) rename uuwaf/{5.3.0 => 5.4.0}/scripts/uninstall.sh (100%) diff --git a/uuwaf/5.3.0/data.yml b/uuwaf/5.4.0/data.yml similarity index 100% rename from uuwaf/5.3.0/data.yml rename to uuwaf/5.4.0/data.yml diff --git a/uuwaf/5.3.0/docker-compose.yml b/uuwaf/5.4.0/docker-compose.yml similarity index 96% rename from uuwaf/5.3.0/docker-compose.yml rename to uuwaf/5.4.0/docker-compose.yml index 704c27c74..e0c7b59a2 100644 --- a/uuwaf/5.3.0/docker-compose.yml +++ b/uuwaf/5.4.0/docker-compose.yml @@ -1,6 +1,6 @@ services: uuwaf: - image: uusec/nanqiang:v5.3.0 + image: uusec/nanqiang:v5.4.0 ulimits: nproc: 65535 nofile: diff --git a/uuwaf/5.3.0/scripts/uninstall.sh b/uuwaf/5.4.0/scripts/uninstall.sh similarity index 100% rename from uuwaf/5.3.0/scripts/uninstall.sh rename to uuwaf/5.4.0/scripts/uninstall.sh