Skip to content

Commit cbc9035

Browse files
committed
chore: updated to quarto 1.4.376 and RStudio 2023.12.0-daily-46
1 parent a485787 commit cbc9035

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.3.1-9001
2+
VERSION_TAG=4.3.1-9002
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.4.339" \
8+
QUARTO_VERSION="1.4.376" \
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/desert-sunflower/server/jammy-amd64/
15-
RSTUDIO_VERSION="2023.09.0-daily-385"
14+
## or: https://dailies.rstudio.com/rstudio/ocean-storm/server/jammy-amd64/
15+
RSTUDIO_VERSION="2023.12.0-daily-46"
1616

1717
# USER ${RSESSION_USER}
1818

0 commit comments

Comments
 (0)