Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 2cb5075

Browse files
committed
3.5.2
1 parent 8b055e0 commit 2cb5075

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

X11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rocker/r-ver:3.5.1
1+
FROM rocker/r-ver:3.5.2
22

33
## R's X11 runtime dependencies
44
RUN apt-get update \

r-ver/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ LABEL org.label-schema.license="GPL-2.0" \
77

88
ARG R_VERSION
99
ARG BUILD_DATE
10-
ENV BUILD_DATE ${BUILD_DATE:-2018-12-20}
11-
ENV R_VERSION=${R_VERSION:-3.5.1} \
10+
ENV R_VERSION=${R_VERSION:-3.5.2} \
1211
LC_ALL=en_US.UTF-8 \
1312
LANG=en_US.UTF-8 \
1413
TERM=xterm

rstudio/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM rocker/r-ver:3.5.1
1+
FROM rocker/r-ver:3.5.2
22

33
ARG RSTUDIO_VERSION
4-
ENV RSTUDIO_VERSION=${RSTUDIO_VERSION:-1.1.463}
4+
#ENV RSTUDIO_VERSION=${RSTUDIO_VERSION:0.1.463}
55
ARG S6_VERSION
66
ENV S6_VERSION=${S6_VERSION:-v1.21.7.0}
77
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

tidyverse/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rocker/rstudio:3.5.1
1+
FROM rocker/rstudio:3.5.2
22

33
RUN apt-get update -qq && apt-get -y --no-install-recommends install \
44
libxml2-dev \

verse/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rocker/tidyverse:3.5.1
1+
FROM rocker/tidyverse:3.5.2
22
ENV PATH=$PATH:/opt/TinyTeX/bin/x86_64-linux/
33

44
## Add LaTeX, rticles and bookdown support

0 commit comments

Comments
 (0)