I think we have another issue with 1.72.
frederikhors opened this issue · 2 comments
frederikhors commented
I think we have another #147 issue with 1.72.
frederikhors commented
I can confirm with 1.71 it works.
With 1.72 I have this error:
error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory
I'm using Dockerfile:
FROM amd64/rust:1.72
...
Same for 1.71 (which works).
sfackler commented
No, that means that OpenSSL libraries are not installed in your new image. The default base was moved to Debian Bookworm which may have changed whatever libraries are installed by default.