Updating nocodb docker container is similar to updating [any other docker container](https://www.whitesourcesoftware.com/free-developer-tools/blog/update-docker-images/).
Updating nocodb docker container is similar to updating [any other docker containers](https://www.whitesourcesoftware.com/free-developer-tools/blog/update-docker-images/).
### Example docker upgrade
### Example: Docker Upgrade
![Screen Shot 2021-09-16 at 09 23 07](https://user-images.githubusercontent.com/5435402/133578984-53c6b96b-3e8b-4a96-b6c2-36f3c09ffdde.png)
![Screen Shot 2021-09-16 at 09 23 07](https://user-images.githubusercontent.com/5435402/133578984-53c6b96b-3e8b-4a96-b6c2-36f3c09ffdde.png)
## Node
## Node
Updating docker container is similar to updating a npm package.
Updating docker container is similar to updating a npm package.
From your root folder
From your root folder
#### Uninstall nocodb package
#### Uninstall NocoDB package
```bash
```bash
npm uninstall nocodb
npm uninstall nocodb
```
```
#### Install nocodb package
#### Install NocoDB package
```bash
```bash
npm install --save nocodb
npm install --save nocodb
```
```
## Heroku
## Heroku
### Using the Heroku CLI login
### Using the Heroku CLI login
```
```bash
heroku container:login
heroku container:login
docker pull nocodb/nocodb:latest
docker pull nocodb/nocodb:latest
docker tag nocodb/nocodb:latest registry.heroku.com/<HerokuAppName>/web
docker tag nocodb/nocodb:latest registry.heroku.com/<HEROKU_APP_NAME>/web