File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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'); \
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ LABEL org.label-schema.schema-version="1.0" \
55
66ARG \
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}
You can’t perform that action at this time.
0 commit comments