From 3289527863350caec433f8c7efacba3349d41a33 Mon Sep 17 00:00:00 2001 From: Matthew Radcliffe Date: Mon, 12 Jan 2026 10:00:13 -0500 Subject: [PATCH 1/2] chore: Updates to use Debian LTS 12 Bookworm and node 24 LTS --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 18c369193..4502f8e16 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ # use bullseye node base, as debian does provide a chromium for arm64 and amd64 flavour -FROM node:20-bullseye +FROM node:24-bookworm ARG BACKSTOPJS_VERSION ARG DEBIAN_FRONTEND=noninteractive From 81fe7282b89d424babc1d309da9763cf472d4cde Mon Sep 17 00:00:00 2001 From: Matthew Radcliffe Date: Mon, 12 Jan 2026 10:12:36 -0500 Subject: [PATCH 2/2] fix: replaces xfonts-cyrillic with fonts-unifont and xfonts-cronyx-75dpi --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 4502f8e16..969b5ffb3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -8,9 +8,9 @@ ENV BACKSTOPJS_VERSION=$BACKSTOPJS_VERSION # install chromium and its deps RUN apt-get -qq update >/dev/null && apt-get install -qq \ - fonts-liberation \ + fonts-unifont fonts-liberation \ # cyrillic - xfonts-cyrillic \ + xfonts-cronyx-75dpi \ # chinese xfonts-wqy fonts-wqy-zenhei fonts-arphic-ukai fonts-arphic-uming \ # japanese