diff --git a/Dockerfile b/Dockerfile index 8c0c35b..378b5a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/pasv b/pasv index fdd29a4..a19b802 100755 --- a/pasv +++ b/pasv @@ -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