diff --git a/Dockerfile b/Dockerfile index 4c1f52c..30d1cf3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rocker/r-ubuntu:22.04 +FROM rocker/r-ubuntu:24.04 ADD Rprofile.site /usr/lib/R/etc/Rprofile.site @@ -12,7 +12,7 @@ RUN apt-get install -y --no-install-recommends \ wget git rsync \ && sed 's/value="1GiB"/value="8GiB"/1' /etc/ImageMagick-6/policy.xml > /etc/ImageMagick-6/policy.xml -RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.4.550/quarto-1.4.550-linux-amd64.deb \ +RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-linux-amd64.deb \ && DEBIAN_FRONTEND=noninteractive apt install ./quarto-*-linux-amd64.deb \ && rm quarto-*-linux-amd64.deb diff --git a/Rprofile.site b/Rprofile.site index 7492aa5..5859a1a 100644 --- a/Rprofile.site +++ b/Rprofile.site @@ -3,5 +3,5 @@ options( "R/%s R (%s)", getRversion(), paste(getRversion(), R.version$platform, R.version$arch, R.version$os) ), - repos = c(CRAN = "https://packagemanager.rstudio.com/all/__linux__/jammy/latest") + repos = c(CRAN = "https://packagemanager.rstudio.com/all/__linux__/noble/latest") )