Skip to content

Commit

Permalink
chore: updated RStudio Server version to 2022.07.0+548
Browse files Browse the repository at this point in the history
  • Loading branch information
joundso committed Jul 21, 2022
1 parent 88948cf commit ca6c181
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Version:
VERSION_TAG=4.2.1-9001
VERSION_TAG=4.2.1-9002

## Ports:
COMPOSE_PROJECT_NAME=rdatascience_1
Expand Down
1 change: 1 addition & 0 deletions Dockerfiles/rdsc_headless_j.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ RUN install2.r --error --skipinstalled -n $NCPUS \
styler \
summarytools \
sunburstR \
survminer \
testthat \
tidyr \
tidyverse \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/rdsc_rstudio_j.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL org.label-schema.schema-version="1.0" \
# get RStudio-Server (Preview Version): https://www.rstudio.com/products/rstudio/download/preview/
# ENV RSTUDIO_VERSION=1.4.1725 \
ENV RSTUDIO_VERSION=2022.07.0 \
RSTUDIO_VERSION_PREVIEW=547 \
RSTUDIO_VERSION_PREVIEW=548 \
RSTUIO_URL=https://s3.amazonaws.com/rstudio-ide-build/server/bionic/amd64/
ENV RSTUDIO_FILE="rstudio-server-${RSTUDIO_VERSION}-${RSTUDIO_VERSION_PREVIEW}-amd64.deb"
ENV RSTUDIO_LINK=${RSTUIO_URL}${RSTUDIO_FILE}
Expand Down

0 comments on commit ca6c181

Please sign in to comment.