langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
50.8k stars 7.3k forks source link

docker version is 0.6.16,but the content is 0.6.15 #7072

Closed sulgweb closed 3 months ago

sulgweb commented 3 months ago

Self Checks

Dify version

0.6.16

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

image image

✔️ Expected Behavior

update to 0.6.16

❌ Actual Behavior

No response

dosubot[bot] commented 3 months ago

Hey @sulgweb! I'm here to help you with any bugs, questions, or contributions. I'll do my best to assist you while we wait for a human maintainer.

To resolve the issue where the content version in the containers still shows 0.6.15 even though you are using Dify version 0.6.16, you need to update the Docker images to the latest version. Follow these steps:

  1. Navigate to the docker directory of the Dify source code:

    cd dify/docker
  2. Pull the latest changes from the repository:

    git pull origin main
  3. Bring down the currently running containers:

    docker compose down
  4. Pull the latest Docker images:

    docker compose pull
  5. Start the containers with the updated images:

    docker compose up -d

These steps ensure that the Docker containers are using the latest images corresponding to Dify version 0.6.16 [1][2][3].

To continue talking to Dosu, mention @dosu.