Use bookworm image to source journalctl binaries

Debian no longer publishes linux/arm/v5 images for bullseye, breaking
support for raspberry pi zero.

This change might not solve the issue indefinitely
as we don't know how long debian will continue publishing armv5 images.

Change-type: patch
This commit is contained in:
Felipe Lalanne 2024-10-18 10:42:52 -03:00
parent cb465a1d81
commit 57a17ea207
No known key found for this signature in database
GPG Key ID: 03E696BFD472B26A

View File

@ -51,7 +51,7 @@ RUN npm ci --build-from-source=sqlite3 --sqlite=/usr/lib
# musl. We hack around this by copying the binary and its library
# dependencies to the final image
###################################################################
FROM debian:bullseye-slim AS journal
FROM debian:bookworm-slim AS journal
RUN apt-get update && apt-get install -y --no-install-recommends systemd