mreichelt / docker-android

Docker images for Android development
MIT License
74 stars 11 forks source link

zlib vulnerability #27

Open sundance2000 opened 2 years ago

sundance2000 commented 2 years ago

Hi,

thank you for this image, it helps a lot in Android development!

In your image you are using zlib1g:i386.

A major vulnerability in zlib was just published and already fixed: https://ubuntu.com/security/notices/USN-5355-1

Can you rebuild the container and publish it to Docker Hub?

Kind regards, Christian

mreichelt commented 2 years ago

Hey Christian!

Glad you find this project useful. Thanks for the info about the vulnerability, I will see when I can come around to it.

Which version(s) of the Docker image are you using? I'm thinking about just upgrading the newest ones, since the old ones will probably be not used as much anymore (because of the Google Play requirement to only upload APKs/AARs with fresh targetSdkVersions).

sundance2000 commented 2 years ago

Hi,

thank you very much for your quick answer. I am currently using mreichelt/android:31 And update of that image would be sufficient.

Kind regards, Christian