Skip to content

Commit

Permalink
fix: use virtool-workflow==1.1.0
Browse files Browse the repository at this point in the history
Allow current job to complete on SIGTERM.
  • Loading branch information
igboyes committed Dec 21, 2021
1 parent b9b8eb5 commit 63288b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM virtool/workflow:1.0.8 as base
FROM virtool/workflow:1.1.0 as base
WORKDIR /app
COPY workflow.py .
COPY pathoscope.py .
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63288b5

Please sign in to comment.