Skip to content

Commit

Permalink
fix: support int | str group ids
Browse files Browse the repository at this point in the history
  • Loading branch information
igboyes committed Oct 12, 2023
1 parent 45fdae9 commit e4e87fd
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 276 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM ghcr.io/virtool/workflow:5.4.0
FROM ghcr.io/virtool/workflow:5.4.2
WORKDIR /app
COPY workflow.py /app/workflow.py
COPY fixtures.py /app/fixtures.py
COPY fixtures.py workflow.py ./
Loading

0 comments on commit e4e87fd

Please sign in to comment.