Restored Shiny Server version to its current v.

As explained in discussion on the pull request (https://github.com/jupyter/repo2docker/pull/803#issuecomment-538013605), I restored the Shiny Server version to its current version on Binder, and thus only left RStudio being updated.
pull/803/head
Pablo Bernabeu 2019-10-03 17:37:17 +01:00 zatwierdzone przez GitHub
rodzic 422c1d1a70
commit 52f43e6ed1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -207,8 +207,8 @@ class RBuildPack(PythonBuildPack):
rstudio_checksum = "d33881b9ab786c09556c410e7dc477de"
# Via https://www.rstudio.com/products/shiny/download-server/
shiny_url = "https://download3.rstudio.org/ubuntu-14.04/x86_64/shiny-server-1.5.12.933-amd64.deb"
shiny_checksum = "9aeef6613e7f58f21c97a4600921340e"
shiny_url = "https://download3.rstudio.org/ubuntu-14.04/x86_64/shiny-server-1.5.7.907-amd64.deb"
shiny_checksum = "78371a8361ba0e7fec44edd2b8e425ac"
# Version of MRAN to pull devtools from.
devtools_version = "2018-02-01"