In my docker file I use
FROM adoptopenjdk/openjdk11:jre-11.0.10_9-alpine
(origin: https://hub.docker.com/r/adoptopenjdk/openjdk11)
This installs alpine version 3.14 as can be seen here:
Is it possible to choose a higher minor version?
A critical vulnerability (CVE-2021-36159)in alpine is fixed starting 3.14.1:
https://alpinelinux.org/posts/Alpine-3.14.1-released.html
What can be done to mitigate this risk?