diff --git a/apps/faster-whisper-linuxserver/3.5.0/.env.sample b/apps/faster-whisper-linuxserver/3.6.0/.env.sample similarity index 100% rename from apps/faster-whisper-linuxserver/3.5.0/.env.sample rename to apps/faster-whisper-linuxserver/3.6.0/.env.sample diff --git a/apps/faster-whisper-linuxserver/3.5.0/data.yml b/apps/faster-whisper-linuxserver/3.6.0/data.yml similarity index 100% rename from apps/faster-whisper-linuxserver/3.5.0/data.yml rename to apps/faster-whisper-linuxserver/3.6.0/data.yml diff --git a/apps/faster-whisper-linuxserver/3.5.0/data/.gitkeep b/apps/faster-whisper-linuxserver/3.6.0/data/.gitkeep similarity index 100% rename from apps/faster-whisper-linuxserver/3.5.0/data/.gitkeep rename to apps/faster-whisper-linuxserver/3.6.0/data/.gitkeep diff --git a/apps/faster-whisper-linuxserver/3.5.0/docker-compose.yml b/apps/faster-whisper-linuxserver/3.6.0/docker-compose.yml similarity index 92% rename from apps/faster-whisper-linuxserver/3.5.0/docker-compose.yml rename to apps/faster-whisper-linuxserver/3.6.0/docker-compose.yml index 627c85b53..7de608c92 100644 --- a/apps/faster-whisper-linuxserver/3.5.0/docker-compose.yml +++ b/apps/faster-whisper-linuxserver/3.6.0/docker-compose.yml @@ -3,7 +3,7 @@ networks: external: true services: faster-whisper: - image: "linuxserver/faster-whisper:3.5.0" + image: "linuxserver/faster-whisper:3.6.0" container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/apps/faster-whisper-linuxserver/3.5.0/scripts/init.sh b/apps/faster-whisper-linuxserver/3.6.0/scripts/init.sh similarity index 100% rename from apps/faster-whisper-linuxserver/3.5.0/scripts/init.sh rename to apps/faster-whisper-linuxserver/3.6.0/scripts/init.sh diff --git a/apps/faster-whisper-linuxserver/3.5.0/scripts/uninstall.sh b/apps/faster-whisper-linuxserver/3.6.0/scripts/uninstall.sh similarity index 100% rename from apps/faster-whisper-linuxserver/3.5.0/scripts/uninstall.sh rename to apps/faster-whisper-linuxserver/3.6.0/scripts/uninstall.sh diff --git a/apps/faster-whisper-linuxserver/3.5.0/scripts/upgrade.sh b/apps/faster-whisper-linuxserver/3.6.0/scripts/upgrade.sh similarity index 100% rename from apps/faster-whisper-linuxserver/3.5.0/scripts/upgrade.sh rename to apps/faster-whisper-linuxserver/3.6.0/scripts/upgrade.sh