Skip to content

Commit 6e3a6c4

Browse files
committed
fix: build fails after Debian Bookworm release
1 parent eb11d00 commit 6e3a6c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

image/debian.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ RUN --mount=type=bind,source=.shared,target=/mnt/shared \
101101
echo "Installing required packages..." && \
102102
echo "#################################################" && \
103103
apt-get install --no-install-recommends -y \
104-
libssl1.1 \
104+
libssl3 \
105105
opensc `# contains pkcs11-tool` \
106106
libsqlite3-0 \
107107
tini \

0 commit comments

Comments
 (0)