Merge pull request #2380 from balena-os/bookworm

Use bookworm image to source journalctl binaries
This commit is contained in:
flowzone-app[bot] 2024-10-18 15:19:13 +00:00 committed by GitHub
commit 6954e7c6cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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