Skip to content

Commit 35ac259

Browse files
committed
lock to version 3.4.2 :party:
1 parent 72170c1 commit 35ac259

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Everhart, S.E. (2017). Population structure and phenotypic variation of
55
## _Sclerotinia sclerotiorum_ from dry bean in the United States PeerJ XXX
66
##
7-
## package versions here are locked to those present on 2017-09-18
7+
## package versions here are locked to those present on 2017-09-30
88
##
99
## Note: this Dockerfile was modified from
1010
## https://github.com/NESCent/popgen-docker/blob/193387d3f1e5484ef8a1ddf6d66cfca64ccd40d7/Rpopgen/Dockerfile
@@ -13,7 +13,7 @@
1313
## https://github.com/benmarwick/mjbtramp/blob/898ee99f17d64a41161a8b6760325572c7406b4b/Dockerfile
1414

1515
## Lock in a specific SHA from rocker verse
16-
FROM rocker/verse:latest
16+
FROM rocker/verse:3.4.2
1717
MAINTAINER Zhian Kamvar <zkamvar@gmail.com>
1818

1919
# Prevent error messages from debconf about non-interactive frontend
@@ -31,7 +31,7 @@ RUN apt-get update \
3131
## You can find the descriptions of the packages in the DESCRIPTION file
3232
## I'm running devtools install twice here to force the github repos to install
3333
RUN . /etc/environment \
34-
&& R -e "devtools::install('/analysis', dep=TRUE, repos='https://mran.microsoft.com/snapshot/2017-10-01/'); devtools::install('/analysis', dep=TRUE, repos='https://mran.microsoft.com/snapshot/2017-10-01/')"
34+
&& R -e "devtools::install('/analysis', dep=TRUE, repos='$MRAN'); devtools::install('/analysis', dep=TRUE, repos='$MRAN')"
3535
RUN . /etc/environment \
3636
&& cd /analysis \
3737
&& make clean \

0 commit comments

Comments
 (0)