Closed sulgweb closed 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:
Navigate to the docker directory of the Dify source code:
cd dify/docker
Pull the latest changes from the repository:
git pull origin main
Bring down the currently running containers:
docker compose down
Pull the latest Docker images:
docker compose pull
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.
Self Checks
Dify version
0.6.16
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
✔️ Expected Behavior
update to 0.6.16
❌ Actual Behavior
No response