Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 21, 2018
1 parent dd006ed commit 2040c0f
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,4 +1,4 @@
FROM rocker/verse:3.5.0
FROM rocker/verse:3.5.1
MAINTAINER "Carl Boettiger" [email protected]

RUN apt-get update \
Expand Down Expand Up @@ -50,4 +50,4 @@ RUN apt-get update \
geoR \
geosphere \
## from bioconductor
&& R -e "BiocInstaller::biocLite('rhdf5')"
&& R -e "BiocManager::install('rhdf5')"

0 comments on commit 2040c0f

Please sign in to comment.