Skip to content

Commit

Permalink
Update Dockerfile R version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrajeev08 authored Jul 30, 2024
1 parent a0ab7b1 commit 520a06e
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
@@ -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"

Expand All @@ -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"]
CMD ["bin/bash"]

0 comments on commit 520a06e

Please sign in to comment.