> For the complete documentation index, see [llms.txt](https://cryptomolot.gitbook.io/cryptomolot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptomolot.gitbook.io/cryptomolot-docs/testnets/espresso-1/upgrade-node.md).

# Upgrade node

Edit the docker-compose.yaml

```
espresso-decaf:
    image: ghcr.io/espressosystems/espresso-sequencer/sequencer:20251120
```

Restart the node

```
cd $HOME/Espresso-test/ && docker compose down && docker compose up -d
docker logs -f espresso-decaf
```
