Skip to content

Commit e6a437a

Browse files
committed
feat: updates to quarto 1.7.29 and rstudio 2025.08.0-daily-50
1 parent 571b8d1 commit e6a437a

File tree

3 files changed

+4
-4
lines changed

3 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
2+
VERSION_TAG=4.5.0-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.7.24" \
8+
QUARTO_VERSION="1.7.29" \
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/sandyland-bluebonnet/server/jammy-amd64/
15-
RSTUDIO_VERSION="2025.08.0-daily-11"
15+
RSTUDIO_VERSION="2025.08.0-daily-50"
1616

1717
# USER ${RSESSION_USER}
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ docker-compose up -d
2727

2828
- When you deploy a shiny app, it will be accessible via [`localhost:3838`](http://localhost:3838).
2929

30-
- The [tag of the images](https://hub.docker.com/repository/docker/joundso/rdsc_rstudio_j/tags?page=1&ordering=last_updated) corresponds to the current R version. The R version in an image with the tag `4.4.1` is (of course) `R 4.4.1`. This also holds for sub-tags like `4.4.1-9001` where some changes in the image like different installed R packages might be the reason for the sub tag but the R version is still `4.4.1`. (Hint: All tags starting with `0.*.*` do not match this criteria. These images were built before this convention came up.)
30+
- The [tag of the images](https://hub.docker.com/repository/docker/joundso/rdsc_rstudio_j/tags?page=1&ordering=last_updated) corresponds to the current R version. The R version in an image with the tag `4.5.0` is (of course) `R 4.5.0`. This also holds for sub-tags like `4.5.0-9001` where some changes in the image like different installed R packages might be the reason for the sub tag but the R version is still `4.5.0`. (Hint: All tags starting with `0.*.*` do not match this criteria. These images were built before this convention came up.)
3131

3232
- If you want to **run two (or more) instances** of the image,
3333
1. run `bash ./start_rdatascience.sh` to spin up the first container,

0 commit comments

Comments
 (0)