Skip to content

Commit e4e87fd

Browse files
committed
fix: support int | str group ids
1 parent 45fdae9 commit e4e87fd

File tree

3 files changed

+344
-276
lines changed

3 files changed

+344
-276
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
FROM ghcr.io/virtool/workflow:5.4.0
1+
FROM ghcr.io/virtool/workflow:5.4.2
22
WORKDIR /app
3-
COPY workflow.py /app/workflow.py
4-
COPY fixtures.py /app/fixtures.py
3+
COPY fixtures.py workflow.py ./

0 commit comments

Comments
 (0)