Skip to content

Commit

Permalink
feat: updates to rstudio 2025.04.0-daily-225 and quarto 1.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
joundso committed Jan 20, 2025
1 parent d2445ed commit e00d143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4.2-9001
VERSION_TAG=4.4.2-9002

## Ports:
COMPOSE_PROJECT_NAME=rdatascience_1
Expand Down
4 changes: 2 additions & 2 deletions Dockerfiles/rdsc_rstudio_j.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ LABEL org.label-schema.schema-version="1.0" \

ARG \
## Quarto: https://github.com/quarto-dev/quarto-cli/releases
QUARTO_VERSION="1.6.38" \
QUARTO_VERSION="1.7.13" \

## RStudio:
## - Semi-Stable: https://www.rstudio.com/products/rstudio/download/preview/
## - Pre-Relese Builds: https://dailies.rstudio.com/rstudio/spotted-wakerobin/server/jammy/
## or: https://dailies.rstudio.com/rstudio/
## or: https://dailies.rstudio.com/rstudio/mariposa-orchid/server/jammy-amd64/
RSTUDIO_VERSION="2025.01.0-daily-73"
RSTUDIO_VERSION="2025.04.0-daily-225"

# USER ${RSESSION_USER}

Expand Down

0 comments on commit e00d143

Please sign in to comment.