Skip to content

Commit 024994b

Browse files
committed
feat: updates to R 4.5.1, RStudio 2025.08.0-daily-210 and quarto 1.8.14
1 parent e6a437a commit 024994b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.0-9001
2+
VERSION_TAG=4.5.1
33

44
## Ports:
55
COMPOSE_PROJECT_NAME=rdatascience_1

Dockerfiles/rdsc_rstudio_j.dockerfile

Lines changed: 3 additions & 3 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.7.29" \
8+
QUARTO_VERSION="1.8.14" \
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/
14-
## or: https://dailies.rstudio.com/rstudio/sandyland-bluebonnet/server/jammy-amd64/
15-
RSTUDIO_VERSION="2025.08.0-daily-50"
14+
## or: https://dailies.rstudio.com/rstudio/cucumberleaf-sunflower/server/noble-amd64/
15+
RSTUDIO_VERSION="2025.08.0-daily-210"
1616

1717
# USER ${RSESSION_USER}
1818

0 commit comments

Comments
 (0)