Skip to content

Commit

Permalink
feat: updated quarto to 1.3.276 and RStudio to 2023.05.0-daily-90
Browse files Browse the repository at this point in the history
  • Loading branch information
joundso committed Mar 20, 2023
1 parent d25944c commit 645851d
Showing 1 changed file with 2 additions and 2 deletions.
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.3.272" \
QUARTO_VERSION="1.3.276" \

## 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/mountain-hydrangea/server/jammy-amd64/
RSTUDIO_VERSION="2023.05.0-daily-89"
RSTUDIO_VERSION="2023.05.0-daily-90"

# USER ${RSESSION_USER}

Expand Down

0 comments on commit 645851d

Please sign in to comment.