Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade R to R 3.5.1 #4551

Merged
merged 5 commits into from Jul 9, 2018
Merged

upgrade R to R 3.5.1 #4551

merged 5 commits into from Jul 9, 2018

Conversation

eddelbuettel
Copy link
Contributor

pretty standard update; my commit comment below should have said R 3.5.1

diff should be minimal, Docker hun build fine as usual

@yosifkit
Copy link
Member

yosifkit commented Jul 9, 2018

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index b03fe7f..d9f8bea 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,2 +1,2 @@
-r-base:3.5.0
+r-base:3.5.1
 r-base:latest
diff --git a/r-base_latest/Dockerfile b/r-base_latest/Dockerfile
index 4b24f87..0c8c5ea 100644
--- a/r-base_latest/Dockerfile
+++ b/r-base_latest/Dockerfile
@@ -38,7 +38,7 @@ ENV LANG en_US.UTF-8
 RUN echo "deb http://http.debian.net/debian sid main" > /etc/apt/sources.list.d/debian-unstable.list \
         && echo 'APT::Default-Release "testing";' > /etc/apt/apt.conf.d/default 
 
-ENV R_BASE_VERSION 3.5.0
+ENV R_BASE_VERSION 3.5.1
 
 ## Now install R and littler, and create a link for littler in /usr/local/bin
 ## Also set a default CRAN repo, and make sure littler knows about it too

@yosifkit
Copy link
Member

yosifkit commented Jul 9, 2018

Build test of #4551; c0bf548; amd64 (r-base):

$ bashbrew build r-base:3.5.1
Building bashbrew/cache:c8cd4c386c809da3f6ad268908286ecef3c74a656a8a08fdafe9502331923b41 (r-base:3.5.1)
Tagging r-base:3.5.1
Tagging r-base:latest

$ test/run.sh r-base:3.5.1
testing r-base:3.5.1
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed

@yosifkit yosifkit merged commit 10addb0 into docker-library:master Jul 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants