Skip to content

Commit

Permalink
feat: updates rstudio to 2024.04.0-daily-672 and quarto to 1.5.27
Browse files Browse the repository at this point in the history
  • Loading branch information
joundso committed Apr 2, 2024
1 parent 0766032 commit d0e90a6
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.3.3-9002
VERSION_TAG=4.3.3-9003

## 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.5.25" \
QUARTO_VERSION="1.5.27" \

## 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/chocolate-cosmos/server/jammy-amd64/
RSTUDIO_VERSION="2024.04.0-daily-612"
RSTUDIO_VERSION="2024.04.0-daily-672"

# USER ${RSESSION_USER}

Expand Down

0 comments on commit d0e90a6

Please sign in to comment.