Skip to content

Commit 955616b

Browse files
snyk-botmr-c
andauthored
Dockerfile: Security upgrade python from 3.10-alpine to 3.11-alpine (#1781)
Co-authored-by: Michael R. Crusoe <[email protected]>
1 parent e1a9100 commit 955616b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cwltool.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10-alpine as builder
1+
FROM python:3.11-alpine as builder
22

33
RUN apk add --no-cache git gcc python3-dev libxml2-dev libxslt-dev libc-dev linux-headers
44

@@ -14,13 +14,13 @@ RUN SCHEMA_SALAD_USE_MYPYC=1 MYPYPATH=mypy-stubs pip wheel --no-binary schema-sa
1414
RUN pip install --force-reinstall --no-index --no-warn-script-location --root=/pythonroot/ /wheels/*.whl
1515
# --force-reinstall to install our new mypyc compiled schema-salad package
1616

17-
FROM python:3.10-alpine as module
17+
FROM python:3.11-alpine as module
1818
LABEL maintainer [email protected]
1919

2020
RUN apk add --no-cache docker nodejs graphviz libxml2 libxslt
2121
COPY --from=builder /pythonroot/ /
2222

23-
FROM python:3.10-alpine
23+
FROM python:3.11-alpine
2424
LABEL maintainer [email protected]
2525

2626
RUN apk add --no-cache docker nodejs graphviz libxml2 libxslt

0 commit comments

Comments
 (0)