Skip to content

Commit

Permalink
Restore R 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Apr 29, 2024
1 parent a34d700 commit e01f6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ARG GH_PAT='NOT_SET'

## Redo the R installation, since we need a base image using focal, but updated R version:
# This should be removed in favor of choosing a better base image once Exacloud supports jammy
ENV R_VERSION=4.4.0
ENV R_BIOC_VERSION=3.19
ENV R_VERSION=4.3.3
ENV R_BIOC_VERSION=3.18
ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/latest
RUN /bin/sh -c /rocker_scripts/install_R_source.sh \
&& /bin/sh -c /rocker_scripts/setup_R.sh
Expand Down

0 comments on commit e01f6ff

Please sign in to comment.