wurstmeister / kafka-docker

Dockerfile for Apache Kafka
http://wurstmeister.github.io/kafka-docker/
Apache License 2.0
6.92k stars 2.73k forks source link

Updating base image to tag 8u332-8.62.0.19 for security updates #706

Closed Raimmaster closed 2 years ago

Raimmaster commented 2 years ago

The current base image uses Alpine v3.4.6. This version of Alpine can't update all of its packages if they are suffering from vulnerabilities. Updating to azul/zulu-openjdk-alpine:8u332-8.62.0.19 will allow it to use Alpine v3.15 without affecting the rest of functionality, and allowing Dockerfiles based on this kafka-docker image to upgrade their packages to patched versions without affecting this one.

wurstmeister commented 2 years ago

this is not required anymore after https://github.com/wurstmeister/kafka-docker/pull/703