File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.10 -alpine as builder
1+ FROM python:3.11 -alpine as builder
22
33RUN 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
1414RUN 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
1818LABEL maintainer peter.amstutz@curri.com
1919
2020RUN apk add --no-cache docker nodejs graphviz libxml2 libxslt
2121COPY --from=builder /pythonroot/ /
2222
23- FROM python:3.10 -alpine
23+ FROM python:3.11 -alpine
2424LABEL maintainer peter.amstutz@curri.com
2525
2626RUN apk add --no-cache docker nodejs graphviz libxml2 libxslt
You can’t perform that action at this time.
0 commit comments