Skip to content

Commit 2d739b1

Browse files
committed
feat: updated quarto to 1.4.480 and rstudio to 2023.12.0-daily-262
1 parent 90080b6 commit 2d739b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.4.478" \
8+
QUARTO_VERSION="1.4.480" \
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/ocean-storm/server/jammy-amd64/
15-
RSTUDIO_VERSION="2023.12.0-daily-260"
15+
RSTUDIO_VERSION="2023.12.0-daily-262"
1616

1717
# USER ${RSESSION_USER}
1818

0 commit comments

Comments
 (0)