# Dockerize Local Bedrock & Sage Development with Lando

**URL:** https://discourse.roots.io/t/dockerize-local-bedrock-sage-development-with-lando/14288
**Category:** guides
**Tags:** guide
**Created:** 2018-12-05T18:10:55Z
**Posts:** 71
**Showing post:** 54 of 71

## Post 54 by @RistoKaalma — 2022-03-05T01:15:35Z

Now that Sage 10 officially rolled out - any suggestions on updating lando config?

One that’s probably worth noting:

> [@Updating lando theme container from node:12 to node:16 for sage 10 and bud](https://discourse.roots.io/t/updating-lando-theme-container-from-node-12-to-node-16-for-sage-10-and-bud/21760):
>
> So I just noticed that laravel mix was replaced with bud for the latest version of sage 10. Bud now requires a node version of at least 16. [Replace Laravel Mix with Bud (#2643) · roots/sage@69dfbfc · GitHub](https://github.com/roots/sage/commit/69dfbfc65c887f2df625521468700936bf3a6295#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519) I run my development server via lando’s wordpress recipe and they don’t list node 16 out of the box. But the fix to make it run was very easy. You basically only have to override the image used for the theme server from node:12 to node:16. ([Services | Lando](https://docs.lando.dev/config/services.html#advanced)) To make it work I had to add the…

---

_[View the full topic](https://discourse.roots.io/t/dockerize-local-bedrock-sage-development-with-lando/14288)._
