diff --git a/nexus/3.70.0/data.yml b/nexus/3.70.1/data.yml similarity index 100% rename from nexus/3.70.0/data.yml rename to nexus/3.70.1/data.yml diff --git a/nexus/3.70.0/data/.gitkeep b/nexus/3.70.1/data/.gitkeep similarity index 100% rename from nexus/3.70.0/data/.gitkeep rename to nexus/3.70.1/data/.gitkeep diff --git a/nexus/3.70.0/docker-compose.yml b/nexus/3.70.1/docker-compose.yml similarity index 85% rename from nexus/3.70.0/docker-compose.yml rename to nexus/3.70.1/docker-compose.yml index 813075c01..9c252707c 100644 --- a/nexus/3.70.0/docker-compose.yml +++ b/nexus/3.70.1/docker-compose.yml @@ -1,6 +1,6 @@ services: nexus: - image: sonatype/nexus3:3.70.0 + image: sonatype/nexus3:3.70.1 restart: always container_name: ${CONTAINER_NAME} environment: diff --git a/nexus/3.70.0/scripts/init.sh b/nexus/3.70.1/scripts/init.sh similarity index 100% rename from nexus/3.70.0/scripts/init.sh rename to nexus/3.70.1/scripts/init.sh