Skip to content

Commit 190f4cf

Browse files
committed
upgrade RStudio Server to v2022.02.1
1 parent 66f608e commit 190f4cf

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

repo2docker/buildpacks/_r_base.py

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,11 @@ def rstudio_base_scripts(r_version):
1414
shiny_proxy_version = "1.1"
1515
shiny_sha256sum = "80f1e48f6c824be7ef9c843bb7911d4981ac7e8a963e0eff823936a8b28476ee"
1616

17-
if r_version and V(r_version) <= V("4.1"):
18-
# Older RStudio and jupyter-rsession-proxy for v4.1 and below
19-
rstudio_url = "https://download2.rstudio.org/server/bionic/amd64/rstudio-server-1.3.959-amd64.deb"
20-
rstudio_sha256sum = (
21-
"187af05cab1221282487fdc33f4b161484c3228eaade3d6697b1d41c206ee6d9"
22-
)
23-
rsession_proxy_version = "1.4"
24-
else:
25-
rstudio_url = "https://download2.rstudio.org/server/bionic/amd64/rstudio-server-2021.09.1-372-amd64.deb"
26-
rstudio_sha256sum = (
27-
"c58df09468870b89f1796445853dce2dacaa0fc5b7bb1f92b036fa8da1d1f8a3"
28-
)
29-
rsession_proxy_version = "2.0.1"
17+
rstudio_url = "https://download2.rstudio.org/server/bionic/amd64/rstudio-server-2022.02.1-461-amd64.deb"
18+
rstudio_sha256sum = (
19+
"239e8d93e103872e7c6d827113d88871965f82ffb0397f5638025100520d8a54"
20+
)
21+
rsession_proxy_version = "2.0.1"
3022

3123
return [
3224
(

0 commit comments

Comments
 (0)