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

Commit

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

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

ARG R_VERSION
ARG BUILD_DATE
ENV BUILD_DATE ${BUILD_DATE:-2018-12-20}
ENV R_VERSION=${R_VERSION:-3.5.1} \
ENV R_VERSION=${R_VERSION:-3.5.2} \
LC_ALL=en_US.UTF-8 \
LANG=en_US.UTF-8 \
TERM=xterm
Expand Down
4 changes: 2 additions & 2 deletions rstudio/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rocker/r-ver:3.5.1
FROM rocker/r-ver:3.5.2

ARG RSTUDIO_VERSION
ENV RSTUDIO_VERSION=${RSTUDIO_VERSION:-1.1.463}
#ENV RSTUDIO_VERSION=${RSTUDIO_VERSION:0.1.463}
ARG S6_VERSION
ENV S6_VERSION=${S6_VERSION:-v1.21.7.0}
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
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.5.1
FROM rocker/rstudio:3.5.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.5.1
FROM rocker/tidyverse:3.5.2
ENV PATH=$PATH:/opt/TinyTeX/bin/x86_64-linux/

## Add LaTeX, rticles and bookdown support
Expand Down

0 comments on commit 2cb5075

Please sign in to comment.