From 792d43dd63d1278ca49dd5c3a8fb41769f0956e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 11:01:04 +0800 Subject: [PATCH] chore(deps): update sonatype/nexus3 docker tag to v3.77.2 (#3303) * chore(deps): update sonatype/nexus3 docker tag to v3.77.2 * 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 --- nexus/{3.77.1 => 3.77.2}/data.yml | 0 nexus/{3.77.1 => 3.77.2}/data/.gitkeep | 0 nexus/{3.77.1 => 3.77.2}/docker-compose.yml | 2 +- nexus/{3.77.1 => 3.77.2}/scripts/init.sh | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename nexus/{3.77.1 => 3.77.2}/data.yml (100%) rename nexus/{3.77.1 => 3.77.2}/data/.gitkeep (100%) rename nexus/{3.77.1 => 3.77.2}/docker-compose.yml (90%) rename nexus/{3.77.1 => 3.77.2}/scripts/init.sh (100%) diff --git a/nexus/3.77.1/data.yml b/nexus/3.77.2/data.yml similarity index 100% rename from nexus/3.77.1/data.yml rename to nexus/3.77.2/data.yml diff --git a/nexus/3.77.1/data/.gitkeep b/nexus/3.77.2/data/.gitkeep similarity index 100% rename from nexus/3.77.1/data/.gitkeep rename to nexus/3.77.2/data/.gitkeep diff --git a/nexus/3.77.1/docker-compose.yml b/nexus/3.77.2/docker-compose.yml similarity index 90% rename from nexus/3.77.1/docker-compose.yml rename to nexus/3.77.2/docker-compose.yml index edae4aab3..fc2705eee 100644 --- a/nexus/3.77.1/docker-compose.yml +++ b/nexus/3.77.2/docker-compose.yml @@ -1,6 +1,6 @@ services: nexus: - image: sonatype/nexus3:3.77.1 + image: sonatype/nexus3:3.77.2 restart: always container_name: ${CONTAINER_NAME} environment: diff --git a/nexus/3.77.1/scripts/init.sh b/nexus/3.77.2/scripts/init.sh similarity index 100% rename from nexus/3.77.1/scripts/init.sh rename to nexus/3.77.2/scripts/init.sh