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

Commit

Permalink
3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 21, 2018
1 parent 546658f commit 013fc85
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion X11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/r-ver:3.4.0
FROM rocker/r-ver:3.4.1

## R's X11 runtime dependencies
RUN apt-get update \
Expand Down
4 changes: 2 additions & 2 deletions r-ver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ LABEL org.label-schema.license="GPL-2.0" \

ARG R_VERSION
ARG BUILD_DATE
ENV BUILD_DATE ${BUILD_DATE:-2017-06-30}
ENV R_VERSION=${R_VERSION:-3.4.0} \
ENV BUILD_DATE ${BUILD_DATE:-2017-09-28}
ENV R_VERSION=${R_VERSION:-3.4.1} \
LC_ALL=en_US.UTF-8 \
LANG=en_US.UTF-8 \
TERM=xterm
Expand Down
6 changes: 3 additions & 3 deletions rstudio/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM rocker/r-ver:3.4.0
FROM rocker/r-ver:3.4.1

ARG RSTUDIO_VERSION
## Comment the next line to use the latest RStudio Server version by default
ENV RSTUDIO_VERSION=${RSTUDIO_VERSION:-1.0.143}
ENV RSTUDIO_VERSION=${RSTUDIO_VERSION:-1.0.153}
ENV PATH=/usr/lib/rstudio-server/bin:$PATH

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

Expand Down
2 changes: 1 addition & 1 deletion tidyverse/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/rstudio:3.4.0
FROM rocker/rstudio:3.4.1

RUN apt-get update -qq && apt-get -y --no-install-recommends install \
libxml2-dev \
Expand Down
2 changes: 1 addition & 1 deletion verse/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/tidyverse:3.4.0
FROM rocker/tidyverse:3.4.1

## Add LaTeX, rticles and bookdown support
RUN apt-get update \
Expand Down

0 comments on commit 013fc85

Please sign in to comment.