Skip to content

Commit c13a053

Browse files
committed
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.
1 parent 2804b67 commit c13a053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim
1+
FROM python:3.12-slim-bookworm
22

33
RUN mkdir -p /data/input /data/output
44
RUN useradd -m unblob

0 commit comments

Comments
 (0)