In my Dockerfile, I am trying to use the official maven image from dockerhub (https://hub.docker.com/_/maven). I couldn’t find the exact version that I’m looking for (3.0.5), so my question is - Is there any image for maven version 3.0.5 that I can use in my Dockerfile ?
If not, could someone please provide me an alternative ?