Skip to content

Commit f4451e1

Browse files
committed
Update base to Debian 12
The block is currently based on Debain 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 12 which seems to work fine. Change-type: minor Signed-off-by: Michal Toman <michalt@balena.io>
1 parent 0275330 commit f4451e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG NODEJS_VERSION="12.22.12"
22

3-
FROM balenalib/%%BALENA_MACHINE_NAME%%-debian-node:${NODEJS_VERSION}-buster-run
3+
FROM balenalib/%%BALENA_MACHINE_NAME%%-debian-node:${NODEJS_VERSION}-bookworm-run
44

55
# install required packages
66
RUN install_packages \

0 commit comments

Comments
 (0)