diff --git a/en/getting-started/install-self-hosted/docker-compose.mdx b/en/getting-started/install-self-hosted/docker-compose.mdx index 508157e2..0c847893 100644 --- a/en/getting-started/install-self-hosted/docker-compose.mdx +++ b/en/getting-started/install-self-hosted/docker-compose.mdx @@ -48,8 +48,7 @@ title: Deploy with Docker Compose Clone the Dify source code to your local machine: ```bash -# Assuming current latest version is 0.15.3 -git clone https://github.com/langgenius/dify.git --branch 0.15.3 +git clone --branch "$(curl -s https://api.github.com/repos/langgenius/dify/releases/latest | jq -r .tag_name)" https://github.com/langgenius/dify.git ``` ### Starting Dify