Skip to content

Commit

Permalink
update for 3.0 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
lmperry committed May 24, 2018
1 parent 4b0fcd7 commit 0ada536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ MAINTAINER Michael Perry <[email protected]>
RUN apt-get update && apt-get install -y jq

# ADD the Matlab Stand-Alone (MSA) into the container.
ADD https://github.com/huawu02/Gannet_bin/raw/v2.1/GannetRun /bin
ADD https://github.com/huawu02/Gannet_bin/raw/v2.1/run_Gannet.sh /bin/run_Gannet
ADD https://github.com/huawu02/Gannet_bin/raw/v3.0/GannetRun /bin
ADD https://github.com/huawu02/Gannet_bin/raw/v3.0/run_Gannet.sh /bin/run_Gannet

# Ensure that the executable files are executable
RUN chmod +x /bin/*
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"source": "https://github.com/scitran-apps/gannet",
"license": "Other",
"flywheel": "0",
"version": "0.1.2_2.1",
"version": "0.1.3_3.0",
"custom": {
"docker-image": "scitran/gannet:0.1.2_2.1"
"docker-image": "scitran/gannet:0.1.3_3.0"
},
"inputs": {
"pfile": {
Expand Down

0 comments on commit 0ada536

Please sign in to comment.