Skip to content

Commit

Permalink
feat: updates to quarto 1.6.32 and rstudio 2024.11.0-daily-342
Browse files Browse the repository at this point in the history
  • Loading branch information
joundso committed Nov 4, 2024
1 parent b00bd46 commit 7d93785
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.1-9006
VERSION_TAG=4.4.2

## 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.21" \
QUARTO_VERSION="1.6.32" \

## 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/kousa-dogwood/server/jammy-amd64/
RSTUDIO_VERSION="2024.11.0-daily-269"
RSTUDIO_VERSION="2024.11.0-daily-342"

# USER ${RSESSION_USER}

Expand Down

0 comments on commit 7d93785

Please sign in to comment.