nextgenhealthcare / connect-docker

Official Dockerfiles for Connect https://hub.docker.com/r/nextgenhealthcare/connect
Mozilla Public License 2.0
78 stars 51 forks source link

Update Docker image to use latest Alpine Linux base image #31

Closed pladesma closed 1 year ago

pladesma commented 1 year ago

It has recently come to our attention that our Docker images are not being built on the latest, stable OS version that it could be. We are using Azul Zulu and have been expecting that it will grab the latest and greatest version of Alpine Linux. It is actually using Alpine Linux v3.15. This is causing a large number of security issues (CVEs) to appear on security scans run by users when they use our Docker images.

We will update our image to use the latest Alpine Linux base image with the Zulu JDK installed on it.