From c9372dc1f3b92da7ad1be352582515151748245b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:13:32 +0800 Subject: [PATCH] chore(deps): update uusec/nanqiang docker tag to v3.3.3 (#1167) * chore(deps): update uusec/nanqiang docker tag to v3.3.3 * 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/{3.0.1 => 3.3.3}/data.yml | 0 uuwaf/{3.0.1 => 3.3.3}/docker-compose.yml | 2 +- uuwaf/{3.0.1 => 3.3.3}/scripts/uninstall.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename uuwaf/{3.0.1 => 3.3.3}/data.yml (100%) rename uuwaf/{3.0.1 => 3.3.3}/docker-compose.yml (96%) rename uuwaf/{3.0.1 => 3.3.3}/scripts/uninstall.sh (100%) diff --git a/uuwaf/3.0.1/data.yml b/uuwaf/3.3.3/data.yml similarity index 100% rename from uuwaf/3.0.1/data.yml rename to uuwaf/3.3.3/data.yml diff --git a/uuwaf/3.0.1/docker-compose.yml b/uuwaf/3.3.3/docker-compose.yml similarity index 96% rename from uuwaf/3.0.1/docker-compose.yml rename to uuwaf/3.3.3/docker-compose.yml index 44cf3ad95..09aa7a61e 100644 --- a/uuwaf/3.0.1/docker-compose.yml +++ b/uuwaf/3.3.3/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: uuwaf: - image: uusec/nanqiang:v3.0.1 + image: uusec/nanqiang:v3.3.3 ulimits: nproc: 65535 nofile: diff --git a/uuwaf/3.0.1/scripts/uninstall.sh b/uuwaf/3.3.3/scripts/uninstall.sh similarity index 100% rename from uuwaf/3.0.1/scripts/uninstall.sh rename to uuwaf/3.3.3/scripts/uninstall.sh