Skip to content

Commit

Permalink
update to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Oct 23, 2019
1 parent fafd00e commit 3c80933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM snakemake/snakemake:v5.7.1
FROM snakemake/snakemake:v5.7.4
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Preliminary commands to run before the workflow execution.
## Example usage

```
uses: snakemake/snakemake-github-action@v1.2
uses: snakemake/snakemake-github-action@v1.3
with:
directory: '.test'
snakefile: 'workflow/Snakefile'
Expand Down

0 comments on commit 3c80933

Please sign in to comment.