Skip to content

Commit 12ecbb1

Browse files
authored
Merge pull request #199 from common-workflow-language/newer-ruamel.yaml
Use newer ruamel.yaml
2 parents d0f4dac + b0264ad commit 12ecbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apk add --update graphviz ttf-freefont py3-pip gcc python3-dev libc-dev node
2121

2222
#wheel needed by ruamel.yaml for some reason
2323
RUN pip3 install wheel
24-
RUN pip3 install cwltool html5lib ruamel.yaml==0.12.4
24+
RUN pip3 install cwltool html5lib ruamel.yaml==0.14.12
2525

2626
RUN cwltool --version
2727

0 commit comments

Comments
 (0)