diff --git a/.env b/.env index 53f7a32..adb4992 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ ## Version: -VERSION_TAG=4.3.3-9002 +VERSION_TAG=4.3.3-9003 ## Ports: COMPOSE_PROJECT_NAME=rdatascience_1 diff --git a/Dockerfiles/rdsc_rstudio_j.dockerfile b/Dockerfiles/rdsc_rstudio_j.dockerfile index 5e9d990..0b1ce8e 100644 --- a/Dockerfiles/rdsc_rstudio_j.dockerfile +++ b/Dockerfiles/rdsc_rstudio_j.dockerfile @@ -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}