Skip to content

Commit

Permalink
Bump version for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreryan committed Feb 21, 2019
1 parent 4747607 commit f3bad88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ RUN mv mafft-linux64/* .

RUN gem install bundler

RUN \curl -sSL https://github.com/mooreryan/pasv/archive/v1.1.6.tar.gz \
RUN \curl -sSL https://github.com/mooreryan/pasv/archive/v1.1.7.tar.gz \
| tar -v -C /home -xz
RUN mv /home/pasv-1.1.6 /home/pasv
RUN mv /home/pasv-1.1.7 /home/pasv

WORKDIR /home/pasv
RUN bundle install
Expand Down
2 changes: 1 addition & 1 deletion pasv
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PasvLib.extend PasvLib::Utils
Time.extend PasvLib::CoreExtensions::Time
Process.extend PasvLib::CoreExtensions::Process

PIPELINE_VERSION = "1.1.6"
PIPELINE_VERSION = "1.1.7"
VERSION_BANNER = %Q{ # Pipeline version: #{PIPELINE_VERSION}
# Lib version: #{PasvLib::VERSION}
# Copyright 2017 - 2018 Ryan Moore
Expand Down

0 comments on commit f3bad88

Please sign in to comment.