Minor version update

Hi

I am new to OpenSearch.
I did not find in the documentation how to do a minor update of the version of OpenSearch and OpenSearch Dashboards.

For example if I have OpenSearch and OpenSearch Dashboards version 1.3.0 installed in docker containers. I want to update to version 1.3.1.
Is it enough for me to download new versions of containers?
Or should I still make some manipulations with the base?

Thank you

Hello, when you say you are using docker, do you mean with docker compose or have you simply started a container manually with mounted volumes?

I use docker with docker compose.