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

Commit

Permalink
3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 21, 2018
1 parent 75fcc42 commit 9f7ae06
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.3.1
FROM rocker/r-ver:3.3.2

## R's X11 runtime dependencies
RUN apt-get update \
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.3.1
FROM rocker/r-ver:3.3.2

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

## Download and install RStudio server & dependencies
Expand Down Expand Up @@ -66,7 +66,7 @@ RUN apt-get update \
&& echo '#!/usr/bin/with-contenv bash \
\n## load /etc/environment vars first: \
\n for line in $( cat /etc/environment ) ; do export $line ; done \
\n exec /usr/lib/rstudio-server/bin/rserver --server-daemonize 0' \
\n exec /usr/lib/rstudio-server/bin/rserver --server-daemonize 0' \
> /etc/services.d/rstudio/run \
&& echo '#!/bin/bash \
\n rstudio-server stop' \
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.3.1
FROM rocker/rstudio:3.3.2

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.3.1
FROM rocker/tidyverse:3.3.2

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

0 comments on commit 9f7ae06

Please sign in to comment.