#Is it possible to use a specific version of Appsmith in Docker?
1 messages · Page 1 of 1 (latest)
Hey There,
We've registered your query, and our team will get back to you soon.
Regards,
Pranav
Hello! Could you please elaborate on your use case and send some screenshots to
help us better understand what you are trying to achieve?
In your docker-compose file change index.docker.io/appsmith/appsmith-ce to index.docker.io/appsmith/appsmith-ce:v1.9.31 but be careful it might update on you if you have autoupdate turned on. Also why a specific verison?
Hi thanks! its just that we have different instances for qa, staging and prod, and we want to control when to update the version so it doesn't crash anything unexpectedly before testing
Also for a local environment i want to have my local version with same as qa to test my changes