mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 21:57:54 +00:00
Merge pull request #2380 from balena-os/bookworm
Use bookworm image to source journalctl binaries
This commit is contained in:
commit
6954e7c6cf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user