Skip to content

Commit 41906ea

Browse files
committed
feat: updated to quarto 1.6.38 and RStudio 2025.01.0-daily-73
1 parent b6cdf31 commit 41906ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfiles/rdsc_headless_j.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ ARG GITHUB_PAT
265265
# Install the stuff, where I participate:
266266
# RUN R -q -e "devtools::install_git(url = 'https://gitlab.miracum.org/miracum/dqa/dqastats.git', ref = 'master')"
267267
# RUN R -q -e "devtools::install_git(url = 'https://gitlab.miracum.org/miracum/dqa/dqagui.git', ref = 'master')"
268-
RUN R -q -e "remotes::install_git(url = 'https://gitlab.miracum.org/miracum/dqa/miRacumdqa.git', ref = 'master'); \
268+
RUN R -q -e "remotes::install_git(repo = 'miracum/dqa-miracumdqa', ref = 'master'); \
269269
remotes::install_github(repo = 'miracum/misc-dizutils', ref = 'development'); \
270270
# remotes::install_github(repo = 'miracum/misc-diztools', ref = 'dev'); \
271271
# remotes::install_github(repo = 'joundso/mainzelliste-connector', ref = 'development'); \

Dockerfiles/rdsc_rstudio_j.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ 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.6.37" \
8+
QUARTO_VERSION="1.6.38" \
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/kousa-dogwood/server/jammy-amd64/
14+
## or: https://dailies.rstudio.com/rstudio/mariposa-orchid/server/jammy-amd64/
1515
RSTUDIO_VERSION="2025.01.0-daily-73"
1616

1717
# USER ${RSESSION_USER}

0 commit comments

Comments
 (0)