Skip to content

Commit d0e90a6

Browse files
committed
feat: updates rstudio to 2024.04.0-daily-672 and quarto to 1.5.27
1 parent 0766032 commit d0e90a6

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.3.3-9002
2+
VERSION_TAG=4.3.3-9003
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.5.25" \
8+
QUARTO_VERSION="1.5.27" \
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/chocolate-cosmos/server/jammy-amd64/
15-
RSTUDIO_VERSION="2024.04.0-daily-612"
15+
RSTUDIO_VERSION="2024.04.0-daily-672"
1616

1717
# USER ${RSESSION_USER}
1818

0 commit comments

Comments
 (0)