Skip to content

Commit

Permalink
feat: updated quarto to 1.4.480 and rstudio to 2023.12.0-daily-262
Browse files Browse the repository at this point in the history
  • Loading branch information
joundso committed Nov 6, 2023
1 parent 90080b6 commit 2d739b1
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.4.478" \
QUARTO_VERSION="1.4.480" \

## 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/ocean-storm/server/jammy-amd64/
RSTUDIO_VERSION="2023.12.0-daily-260"
RSTUDIO_VERSION="2023.12.0-daily-262"

# USER ${RSESSION_USER}

Expand Down

0 comments on commit 2d739b1

Please sign in to comment.