jdkelley/alpine
Currently the Alpine container on Docker Hub has two security vulnerabilities (CVE-2019-1549 and CVE-2019-1563) around OpenSSL. There is a Github ticket to resolve these CVEs but there is no telling when this will be shipped in the docker-alpine repo.
This container is a convenience image I am using so I know I am using a patched alpine container.
In your Dockerfile:
FROM jdkelley/alpine:latest
...
This is deployed on Docker Hub and GitHub Package Registry.
docker pull jdkelley/alpine