Skip to content

Commit

Permalink
feat: upgraded to RStudio 2023.05.0-daily-89 (R 4.2.3 is still not …
Browse files Browse the repository at this point in the history
…available over ubuntu install)
  • Loading branch information
joundso committed Mar 17, 2023
1 parent 2eda483 commit d25944c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/rdsc_rstudio_j.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG \
## - Pre-Relese Builds: https://dailies.rstudio.com/rstudio/spotted-wakerobin/server/jammy/
## or: https://dailies.rstudio.com/rstudio/
## or: https://dailies.rstudio.com/rstudio/mountain-hydrangea/server/jammy-amd64/
RSTUDIO_VERSION="2023.05.0-daily-60"
RSTUDIO_VERSION="2023.05.0-daily-89"

# USER ${RSESSION_USER}

Expand Down
2 changes: 1 addition & 1 deletion build_rdsc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
# docker buildx use mybuilder

## Should the docker building process build using caching? (true/false)
docker_build_with_cache=true
docker_build_with_cache=false

## -------------------------------------------
## Starting the actual script:
Expand Down

0 comments on commit d25944c

Please sign in to comment.