Skip to content

Commit

Permalink
update pfile-tools commit hash to use updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
lmperry committed Oct 1, 2018
1 parent 8bb05c5 commit affe534
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN pip install \

# Install pfile_tools
WORKDIR /opt
ENV COMMIT 451dab65b2d4ba8c399816f2eb9102e928920f01
ENV COMMIT d608e27119620768535239fc91ab8ff9a8a94cfc
RUN git clone https://github.com/cni/pfile-tools.git && \
cd pfile-tools && \
git checkout ${COMMIT} && \
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"flywheel": {
"suite": "Stanford CNI"
},
"version": "1.5.1",
"version": "1.5.2",
"custom": {
"docker-image": "stanfordcni/pfile-mr-classifier:1.5.1"
"docker-image": "stanfordcni/pfile-mr-classifier:1.5.2"
},
"config": {
"timezone": {
Expand Down

0 comments on commit affe534

Please sign in to comment.