balena-io-experimental / browser

A drop-in web browser block
99 stars 76 forks source link

Update to Debian 11 and Node 16 #150

Closed klutchell closed 1 year ago

klutchell commented 1 year ago

The block is currently based on Debian 10, however its mesa version is too old for RPi kernel 5.15.9 and up which results in X server crashing on startup.

This patch updates the base to Debian 11 which seems to work fine. It also bumps node from 12 to 16 since 12 is quite old at this moment and not available for all the architectures in combination with Debian 11.

Change-type: minor