Skip to content

Commit 3077bf1

Browse files
committed
fix: use virtool/workflow:1.0.0 as base image
Stop using nightly build which is no longer published or current.
1 parent 31eb81a commit 3077bf1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
FROM virtool/workflow:nightly
2-
1+
FROM virtool/workflow:1.0.0
32
WORKDIR /workflow
4-
5-
COPY workflow.py /workflow/workflow.py
3+
COPY workflow.py /workflow/workflow.py

0 commit comments

Comments
 (0)