cirruslabs/docker-images-flutter

Image update

Closed this issue · 2 comments

Recently, the DST ROOT CA X3 expired. This caused our builds to start failing because we are using packages from git repositories that are hosted with Let's Encrypt certificates. All that is needed to fix this is a simple rebuild of the image (apt update && apt upgrade in the container also fixes this issue since it updates the ca-certificates package)

Merging of #177 should pull the latest base image with fresher certificates from cirruslabs/docker-images-android#38. Please check and let me know if there are any issues.

Yep, that seems to have done the job. Thanks for the quick response 🎉