From 520a06e34994842bb298c0b0e5364ecdb622c638 Mon Sep 17 00:00:00 2001 From: Malavika Rajeev <42722106+mrajeev08@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:07:06 -0400 Subject: [PATCH] Update Dockerfile R version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ae158ec..8ba4f43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Base image https://hub.docker.com/r/rocker/verse/tags -FROM rocker/r-ver:4.0.0 +FROM rocker/r-ver:4.4.1 ENV CRAN="https://cran.rstudio.com" @@ -21,4 +21,4 @@ RUN Rscript -e 'library(snpeffr); file.copy(from = file.path(path.package("snpef RUN chmod u+x snpeffr.R # changing cmd from R to shell for using command line tool -CMD ["bin/bash"] \ No newline at end of file +CMD ["bin/bash"]