CA certs broken in images
Versions: 3.10 and 3.12 for sure, probably others too
because of the recent AddTrust External CA Root expiration, some of the certificates in the alpine docker images do not work.
This can be solved by adding/upgrading the ca-certificates package when building images based on alpine, but that can require changing dockerfiles.
Can the images on docker hub be updated to include the latest version of ca-certificates?
How do you add/upgrade ca-certificates package (since apk does not work in this case) ? Download and install from local file ?
I solved this by moving to https://github.com/void-linux/void-docker/pkgs/container/void-linux
@classabbyamp interesting. However I found out my problem was caused by this in the end (libseccomp on arm 32)