diff --git a/nodebb/4.2.0/data.yml b/nodebb/4.2.1/data.yml similarity index 100% rename from nodebb/4.2.0/data.yml rename to nodebb/4.2.1/data.yml diff --git a/nodebb/4.2.0/data/build/.gitkeep b/nodebb/4.2.1/data/build/.gitkeep similarity index 100% rename from nodebb/4.2.0/data/build/.gitkeep rename to nodebb/4.2.1/data/build/.gitkeep diff --git a/nodebb/4.2.0/data/config/.gitkeep b/nodebb/4.2.1/data/config/.gitkeep similarity index 100% rename from nodebb/4.2.0/data/config/.gitkeep rename to nodebb/4.2.1/data/config/.gitkeep diff --git a/nodebb/4.2.0/data/node_modules/.gitkeep b/nodebb/4.2.1/data/node_modules/.gitkeep similarity index 100% rename from nodebb/4.2.0/data/node_modules/.gitkeep rename to nodebb/4.2.1/data/node_modules/.gitkeep diff --git a/nodebb/4.2.0/data/uploads/.gitkeep b/nodebb/4.2.1/data/uploads/.gitkeep similarity index 100% rename from nodebb/4.2.0/data/uploads/.gitkeep rename to nodebb/4.2.1/data/uploads/.gitkeep diff --git a/nodebb/4.2.0/docker-compose.yml b/nodebb/4.2.1/docker-compose.yml similarity index 91% rename from nodebb/4.2.0/docker-compose.yml rename to nodebb/4.2.1/docker-compose.yml index f920fc01e..8ea15e419 100644 --- a/nodebb/4.2.0/docker-compose.yml +++ b/nodebb/4.2.1/docker-compose.yml @@ -1,6 +1,6 @@ services: nodebb: - image: ghcr.io/nodebb/nodebb:4.2.0 + image: ghcr.io/nodebb/nodebb:4.2.1 container_name: ${CONTAINER_NAME} restart: unless-stopped networks: diff --git a/nodebb/4.2.0/scripts/init.sh b/nodebb/4.2.1/scripts/init.sh similarity index 100% rename from nodebb/4.2.0/scripts/init.sh rename to nodebb/4.2.1/scripts/init.sh