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

Commit d927a0c

Browse files
committed
3.4.2
1 parent 013fc85 commit d927a0c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.4.1
1+
FROM rocker/r-ver:3.4.2
22

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

r-ver/Dockerfile

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

88
ARG R_VERSION
99
ARG BUILD_DATE
10-
ENV BUILD_DATE ${BUILD_DATE:-2017-09-28}
11-
ENV R_VERSION=${R_VERSION:-3.4.1} \
10+
ENV BUILD_DATE ${BUILD_DATE:-2017-11-30}
11+
ENV R_VERSION=${R_VERSION:-3.4.2} \
1212
LC_ALL=en_US.UTF-8 \
1313
LANG=en_US.UTF-8 \
1414
TERM=xterm

rstudio/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM rocker/r-ver:3.4.1
1+
FROM rocker/r-ver:3.4.2
22

33
ARG RSTUDIO_VERSION
44
## Comment the next line to use the latest RStudio Server version by default
5-
ENV RSTUDIO_VERSION=${RSTUDIO_VERSION:-1.0.153}
5+
ENV RSTUDIO_VERSION=${RSTUDIO_VERSION:-1.1.383}
66
ENV PATH=/usr/lib/rstudio-server/bin:$PATH
77

88
## Download and install RStudio server & dependencies
@@ -72,7 +72,7 @@ RUN apt-get update \
7272
\n for line in $( cat /etc/environment ) ; do export $line ; done \
7373
\n exec /usr/lib/rstudio-server/bin/rserver --server-daemonize 0' \
7474
> /etc/services.d/rstudio/run \
75-
&& echo '#!/bin/bash \
75+
&& echo '#!/bin/bash \
7676
\n rstudio-server stop' \
7777
> /etc/services.d/rstudio/finish
7878

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.4.1
1+
FROM rocker/rstudio:3.4.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.4.1
1+
FROM rocker/tidyverse:3.4.2
22

33
## Add LaTeX, rticles and bookdown support
44
RUN apt-get update \

0 commit comments

Comments
 (0)