Install specific version of R langauge (R4.x.x) on a docker image based on ubuntu
I have a docker file that successfully grabs R and installs it but whenever I run the docker file, it just takes the latest version of R. Now I want to install just specific version of R (R 4.2.3 to be exact) but i dont seem to find a easy nice solution