Skip to content

Commit

Permalink
chore: add new R version (#396)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard James Acton <[email protected]>
  • Loading branch information
rokroskar and RichardJActon authored Oct 27, 2023
1 parent 6f0c437 commit 7941b9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-push-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,12 @@ jobs:
- RVERSION: 4.2.0
BASE_IMAGE_NAME: rocker/verse
EXTENSION: r
- RVERSION: 4.2.3
BASE_IMAGE_NAME: rocker/verse
EXTENSION: r
- RVERSION: 4.3.1
BASE_IMAGE_NAME: rocker/verse
EXTENSION: r
- RVERSION: devel
BASE_IMAGE_NAME: rocker/verse
EXTENSION: r
Expand Down
2 changes: 1 addition & 1 deletion docker/r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron.site && \
ENV LD_LIBRARY_PATH /usr/local/lib/R/lib

# pin the version of RStudio
ARG RSTUDIO_VERSION_OVERRIDE="2022.02.3-492"
ARG RSTUDIO_VERSION_OVERRIDE="2023.06.0-421"
ENV RSTUDIO_VERSION=${RSTUDIO_VERSION_OVERRIDE}
# if rstudio and rstudio-server users are not deleted below, the installation
# script fails when it installs rstudio and tries to add them back in
Expand Down

0 comments on commit 7941b9c

Please sign in to comment.