Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rundel authored Oct 4, 2024
1 parent f5c94ee commit 7006a55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Rprofile.site
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)

0 comments on commit 7006a55

Please sign in to comment.