Skip to content

Commit 51e0017

Browse files
committed
Use R 4.0
1 parent 926c4cd commit 51e0017

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
This repository contains the source Dockerfiles for images with CRAN releases of Seurat
44

5-
Currently, Seurat is built under R 3.6 using Ubuntu 16.04 Xenial Xerus
5+
Currently, Seurat is built under R 4.0 under Ubuntu 18.04 LTS Bionic

latest/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile for the latest version of Seurat (v3.1.5)
2-
FROM rstudio/r-base:3.6.3-bionic
2+
FROM rstudio/r-base:4.0.0-bionic
33

44
# Set global R options
55
RUN echo "options(repos = 'https://cloud.r-project.org')" > $(R --slave --no-restore --no-save -e "cat(Sys.getenv('R_HOME'))")/etc/Rprofile.site

0 commit comments

Comments
 (0)