File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# we cannot easily upgrade to python 3.11 as our mitmproxy fork does not ship with it
2- FROM python:3.9.7 -slim-bullseye AS base
2+ FROM python:3.10 -slim-bullseye AS base
33
44# add unpriviliged user for tests
55RUN useradd -ms /bin/bash circleci
Original file line number Diff line number Diff line change 11# we cannot easily upgrade to python 3.11 as our mitmproxy fork does not ship with it
2- FROM python:3.9.7 -slim-bullseye
2+ FROM python:3.10 -slim-bullseye
33
44# add unpriviliged user for tests
55RUN useradd -ms /bin/bash circleci
Original file line number Diff line number Diff line change 11# we cannot easily upgrade to python 3.11 as our mitmproxy fork does not ship with it
2- FROM python:3.9.7 -slim-bullseye
2+ FROM python:3.10 -slim-bullseye
33
44# add unpriviliged user for tests
55RUN useradd -ms /bin/bash circleci
You can’t perform that action at this time.
0 commit comments