From 0b91f27363d7cd640aacc5b0164a6a6b56db5051 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:05:17 +0000 Subject: [PATCH 1/2] chore(deps): update uusec/nanqiang docker tag to v6.2.0 --- uuwaf/6.0.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uuwaf/6.0.0/docker-compose.yml b/uuwaf/6.0.0/docker-compose.yml index 2b3f0851f..3ea53d11c 100644 --- a/uuwaf/6.0.0/docker-compose.yml +++ b/uuwaf/6.0.0/docker-compose.yml @@ -1,6 +1,6 @@ services: uuwaf: - image: "uusec/nanqiang:v6.0.0" + image: "uusec/nanqiang:v6.2.0" ulimits: nproc: 65535 nofile: From 50de61dae192f12bd75432097f193a515abf2683 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 12 Dec 2024 17:06:24 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- uuwaf/{6.0.0 => 6.2.0}/.env.sample | 0 uuwaf/{6.0.0 => 6.2.0}/data.yml | 0 uuwaf/{6.0.0 => 6.2.0}/docker-compose.yml | 0 uuwaf/{6.0.0 => 6.2.0}/low-memory-my.cnf | 0 uuwaf/{6.0.0 => 6.2.0}/scripts/uninstall.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename uuwaf/{6.0.0 => 6.2.0}/.env.sample (100%) rename uuwaf/{6.0.0 => 6.2.0}/data.yml (100%) rename uuwaf/{6.0.0 => 6.2.0}/docker-compose.yml (100%) rename uuwaf/{6.0.0 => 6.2.0}/low-memory-my.cnf (100%) rename uuwaf/{6.0.0 => 6.2.0}/scripts/uninstall.sh (100%) diff --git a/uuwaf/6.0.0/.env.sample b/uuwaf/6.2.0/.env.sample similarity index 100% rename from uuwaf/6.0.0/.env.sample rename to uuwaf/6.2.0/.env.sample diff --git a/uuwaf/6.0.0/data.yml b/uuwaf/6.2.0/data.yml similarity index 100% rename from uuwaf/6.0.0/data.yml rename to uuwaf/6.2.0/data.yml diff --git a/uuwaf/6.0.0/docker-compose.yml b/uuwaf/6.2.0/docker-compose.yml similarity index 100% rename from uuwaf/6.0.0/docker-compose.yml rename to uuwaf/6.2.0/docker-compose.yml diff --git a/uuwaf/6.0.0/low-memory-my.cnf b/uuwaf/6.2.0/low-memory-my.cnf similarity index 100% rename from uuwaf/6.0.0/low-memory-my.cnf rename to uuwaf/6.2.0/low-memory-my.cnf diff --git a/uuwaf/6.0.0/scripts/uninstall.sh b/uuwaf/6.2.0/scripts/uninstall.sh similarity index 100% rename from uuwaf/6.0.0/scripts/uninstall.sh rename to uuwaf/6.2.0/scripts/uninstall.sh