Skip to content
Snippets Groups Projects
Commit 5238fef7 authored by Olivier Benz's avatar Olivier Benz
Browse files

Update R to version 3.6.3

parent e9f9aeaa
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,11 @@ ARG BUILD_DATE
ARG CRAN
## Setting a BUILD_DATE will set CRAN to the matching MRAN date
## No BUILD_DATE means that CRAN will default to latest
ENV R_VERSION=${R_VERSION:-3.6.2} \
ENV R_VERSION=${R_VERSION:-3.6.3} \
CRAN=${CRAN:-https://cran.rstudio.com} \
LC_ALL=en_US.UTF-8 \
LANG=en_US.UTF-8 \
TERM=xterm
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment