Skip to content

Commit b326bb2

Browse files
committed
feat: updates quarto to 1.8.15 and RStudio to 2025.08.0-daily-245
1 parent 024994b commit b326bb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Version:
2-
VERSION_TAG=4.5.1
2+
VERSION_TAG=4.5.1-9001
33

44
## Ports:
55
COMPOSE_PROJECT_NAME=rdatascience_1

Dockerfiles/rdsc_rstudio_j.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ LABEL org.label-schema.schema-version="1.0" \
55

66
ARG \
77
## Quarto: https://github.com/quarto-dev/quarto-cli/releases
8-
QUARTO_VERSION="1.8.14" \
8+
QUARTO_VERSION="1.8.15" \
99

1010
## RStudio:
1111
## - Semi-Stable: https://www.rstudio.com/products/rstudio/download/preview/
1212
## - Pre-Relese Builds: https://dailies.rstudio.com/rstudio/spotted-wakerobin/server/jammy/
1313
## or: https://dailies.rstudio.com/rstudio/
1414
## or: https://dailies.rstudio.com/rstudio/cucumberleaf-sunflower/server/noble-amd64/
15-
RSTUDIO_VERSION="2025.08.0-daily-210"
15+
RSTUDIO_VERSION="2025.08.0-daily-245"
1616

1717
# USER ${RSESSION_USER}
1818

0 commit comments

Comments
 (0)