diff --git a/apps/open-webui/0.6.35/.env b/apps/open-webui/0.6.36/.env similarity index 100% rename from apps/open-webui/0.6.35/.env rename to apps/open-webui/0.6.36/.env diff --git a/apps/open-webui/0.6.35/data.yml b/apps/open-webui/0.6.36/data.yml similarity index 100% rename from apps/open-webui/0.6.35/data.yml rename to apps/open-webui/0.6.36/data.yml diff --git a/apps/open-webui/0.6.35/docker-compose.yml b/apps/open-webui/0.6.36/docker-compose.yml similarity index 91% rename from apps/open-webui/0.6.35/docker-compose.yml rename to apps/open-webui/0.6.36/docker-compose.yml index c82f4df..27f05f7 100644 --- a/apps/open-webui/0.6.35/docker-compose.yml +++ b/apps/open-webui/0.6.36/docker-compose.yml @@ -15,7 +15,7 @@ services: - ENABLE_OLLAMA_API=True - ENABLE_OPENAI_API=False - https_proxy=${http_proxy} - image: ghcr.io/open-webui/open-webui:0.6.35 + image: ghcr.io/open-webui/open-webui:v0.6.36 labels: createdBy: Apps networks: diff --git a/apps/open-webui/0.6.35/envs/default.env b/apps/open-webui/0.6.36/envs/default.env similarity index 100% rename from apps/open-webui/0.6.35/envs/default.env rename to apps/open-webui/0.6.36/envs/default.env diff --git a/apps/open-webui/0.6.35/envs/global.env b/apps/open-webui/0.6.36/envs/global.env similarity index 100% rename from apps/open-webui/0.6.35/envs/global.env rename to apps/open-webui/0.6.36/envs/global.env diff --git a/apps/open-webui/0.6.35/scripts/init.sh b/apps/open-webui/0.6.36/scripts/init.sh similarity index 100% rename from apps/open-webui/0.6.35/scripts/init.sh rename to apps/open-webui/0.6.36/scripts/init.sh diff --git a/apps/open-webui/0.6.35/scripts/uninstall.sh b/apps/open-webui/0.6.36/scripts/uninstall.sh similarity index 100% rename from apps/open-webui/0.6.35/scripts/uninstall.sh rename to apps/open-webui/0.6.36/scripts/uninstall.sh diff --git a/apps/open-webui/0.6.35/scripts/upgrade.sh b/apps/open-webui/0.6.36/scripts/upgrade.sh similarity index 100% rename from apps/open-webui/0.6.35/scripts/upgrade.sh rename to apps/open-webui/0.6.36/scripts/upgrade.sh