Skip to content

Commit 66b3712

Browse files
committed
docs(README): Update docker image version
1 parent 102f8fa commit 66b3712

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ mkdir output
2727
docker run --user $(id -u):$(id -g) --rm \
2828
-v /path/to/wdl-project:/data \
2929
-v $(pwd)/output:/output \
30-
taniguti/wdlatlas:0.1.0 generate /data -o /output
30+
taniguti/wdlatlas:0.1.1 generate /data -o /output
3131

3232
# Generate graph
3333
docker run --user $(id -u):$(id -g) --rm \
3434
-v /path/to/wdl-project:/data \
3535
-v $(pwd)/output:/output \
36-
taniguti/wdlatlas:0.1.0 graph /data/workflow.wdl -o /output/graph.md
36+
taniguti/wdlatlas:0.1.1 graph /data/workflow.wdl -o /output/graph.md
3737
```
3838

3939
## Usage

0 commit comments

Comments
 (0)