From f6060c9e22e4078a783f976c75dc3dfa64edcce5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:37:55 +0800 Subject: [PATCH] chore(deps): update uusec/nanqiang docker tag to v5.1.0 (#1814) * chore(deps): update uusec/nanqiang docker tag to v5.1.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 --- apps/uuwaf/{5.0.0 => 5.1.0}/data.yml | 0 apps/uuwaf/{5.0.0 => 5.1.0}/docker-compose.yml | 2 +- apps/uuwaf/{5.0.0 => 5.1.0}/scripts/uninstall.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename apps/uuwaf/{5.0.0 => 5.1.0}/data.yml (100%) rename apps/uuwaf/{5.0.0 => 5.1.0}/docker-compose.yml (96%) rename apps/uuwaf/{5.0.0 => 5.1.0}/scripts/uninstall.sh (100%) diff --git a/apps/uuwaf/5.0.0/data.yml b/apps/uuwaf/5.1.0/data.yml similarity index 100% rename from apps/uuwaf/5.0.0/data.yml rename to apps/uuwaf/5.1.0/data.yml diff --git a/apps/uuwaf/5.0.0/docker-compose.yml b/apps/uuwaf/5.1.0/docker-compose.yml similarity index 96% rename from apps/uuwaf/5.0.0/docker-compose.yml rename to apps/uuwaf/5.1.0/docker-compose.yml index d7d2b83a9..86a5496cc 100644 --- a/apps/uuwaf/5.0.0/docker-compose.yml +++ b/apps/uuwaf/5.1.0/docker-compose.yml @@ -1,6 +1,6 @@ services: uuwaf: - image: uusec/nanqiang:v5.0.0 + image: uusec/nanqiang:v5.1.0 ulimits: nproc: 65535 nofile: diff --git a/apps/uuwaf/5.0.0/scripts/uninstall.sh b/apps/uuwaf/5.1.0/scripts/uninstall.sh similarity index 100% rename from apps/uuwaf/5.0.0/scripts/uninstall.sh rename to apps/uuwaf/5.1.0/scripts/uninstall.sh