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

Commit

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

## 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-03-06}
ENV R_VERSION=${R_VERSION:-3.3.2} \
ENV BUILD_DATE ${BUILD_DATE:-2017-04-21}
ENV R_VERSION=${R_VERSION:-3.3.3} \
LC_ALL=en_US.UTF-8 \
LANG=en_US.UTF-8 \
TERM=xterm
Expand Down
8 changes: 4 additions & 4 deletions rstudio/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM rocker/r-ver:3.3.2
FROM rocker/r-ver:3.3.3

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

## Download and install RStudio server & dependencies
Expand Down Expand Up @@ -66,8 +66,8 @@ 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' \
> /etc/services.d/rstudio/run \
\n exec /usr/lib/rstudio-server/bin/rserver --server-daemonize 0' \
> /etc/services.d/rstudio/run \
&& 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.3.2
FROM rocker/rstudio:3.3.3

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

## Add LaTeX, rticles and bookdown support
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
## for rJava
default-jdk \
## Nice Google fonts
fonts-roboto \
fonts-roboto \
## used by some base R plots
ghostscript \
## used to build rJava and other packages
Expand Down

0 comments on commit 3ec2c99

Please sign in to comment.