Skip to content

Commit 0550173

Browse files
authored
Merge pull request #1400 from rgaiacs/1384-update-shiny
Upgrade Shiny server to 2024.12
2 parents a576055 + 1c1a297 commit 0550173

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

repo2docker/buildpacks/_r_base.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ def rstudio_base_scripts(r_version):
1111
"""Base steps to install RStudio and shiny-server."""
1212

1313
# Shiny server (not the package!) seems to be the same version for all R versions
14-
shiny_server_url = "https://download3.rstudio.org/ubuntu-14.04/x86_64/shiny-server-1.5.17.973-amd64.deb"
15-
shiny_proxy_version = "1.1"
16-
shiny_sha256sum = "80f1e48f6c824be7ef9c843bb7911d4981ac7e8a963e0eff823936a8b28476ee"
14+
shiny_server_url = "https://download3.rstudio.org/ubuntu-18.04/x86_64/shiny-server-1.5.22.1017-amd64.deb"
15+
shiny_proxy_version = "1.3"
16+
shiny_sha256sum = "0fa40054f038de464a26f3f8c40180a072228454762b7a12ed50568b3256c236"
1717

1818
# RStudio server has different builds based on wether OpenSSL 3 or 1.1 is available in the base
1919
# image. 3 is present Jammy+, 1.1 until then. Instead of hardcoding URLs based on distro, we actually

0 commit comments

Comments
 (0)