Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle 2019-12-05 16:51:24 -08:00
parent a783b38b1b
commit dce21757df
No known key found for this signature in database
GPG Key ID: E34EC3D4E4953C4A

View File

@ -57,7 +57,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
# https://www.rstudio.com/products/rstudio/download/#download
ENV RSTUDIO_VERSION 1.2.1335
ENV RSTUDIO_VERSION 1.2.5019
# Download the source
RUN curl -sSL "https://download1.rstudio.org/desktop/bionic/amd64/rstudio-${RSTUDIO_VERSION}-amd64.deb" -o /tmp/rstudio-amd64.deb \