You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docker): pin down base image to debian bookworm
They got updated to trixie, and we have dependency installation
problems there
44.62 dpkg: dependency problems prevent configuration of libext2fs2:amd64:
44.62 libext2fs2t64:amd64 (1.47.2-3+b3) breaks libext2fs2 (<< 1.47.2-3) and is installed.
44.62 Version of libext2fs2:amd64 to be configured is 1.47.0-3.ok2.
44.62
44.62 dpkg: error processing package libext2fs2:amd64 (--install):
44.62 dependency problems - leaving unconfigured
44.62 Setting up libss2:amd64 (1.47.0-3.ok2) ...
44.67 Processing triggers for libc-bin (2.41-12) ...
44.73 Errors were encountered while processing:
44.73 libext2fs2:amd64
We need to fix it eventually though.
0 commit comments