File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.11-alpine as builder
1+ FROM python:3.11-alpine3.17 as builder
22
33RUN apk add --no-cache git gcc python3-dev libxml2-dev libxslt-dev libc-dev linux-headers
44
@@ -15,16 +15,16 @@ RUN pip install --force-reinstall --no-index --no-warn-script-location \
1515 --root=/pythonroot/ /wheels/*.whl
1616# --force-reinstall to install our new mypyc compiled schema-salad package
1717
18- FROM python:3.11-alpine as module
18+ FROM python:3.11-alpine3.17 as module
1919LABEL maintainer
[email protected] 2020
21- RUN apk add --no-cache docker nodejs graphviz libxml2 libxslt
21+ RUN apk add --no-cache docker nodejs ' graphviz<8' libxml2 libxslt
2222COPY --from=builder /pythonroot/ /
2323
24- FROM python:3.11-alpine
24+ FROM python:3.11-alpine3.17
2525LABEL maintainer
[email protected] 2626
27- RUN apk add --no-cache docker nodejs graphviz libxml2 libxslt
27+ RUN apk add --no-cache docker nodejs ' graphviz<8' libxml2 libxslt
2828COPY --from=builder /pythonroot/ /
2929COPY cwltool-in-docker.sh /cwltool-in-docker.sh
3030
You can’t perform that action at this time.
0 commit comments