Skip to content

Commit

Permalink
Update rstudio
Browse files Browse the repository at this point in the history
Bug: T382903
  • Loading branch information
vivian-rook committed Jan 2, 2025
1 parent 2130ae5 commit 284cb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/singleuser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN apt-get update --yes && \
libssl-dev

# Install rstudio-server
ENV RSTUDIO_SERVER_URL https://download2.rstudio.org/server/jammy/amd64/rstudio-server-2023.12.1-402-amd64.deb
ENV RSTUDIO_SERVER_URL https://s3.amazonaws.com/rstudio-ide-build/electron/jammy/amd64/rstudio-2024.12.0-467-amd64.deb
RUN curl --silent --location --fail ${RSTUDIO_SERVER_URL} > /tmp/rstudio-server.deb
RUN gdebi -n /tmp/rstudio-server.deb && rm /tmp/rstudio-server.deb

Expand Down

0 comments on commit 284cb80

Please sign in to comment.