File tree Expand file tree Collapse file tree 4 files changed +109
-113
lines changed Expand file tree Collapse file tree 4 files changed +109
-113
lines changed Original file line number Diff line number Diff line change 11os : linux
22language : python
33python :
4- - " 3.10.13 " # Matches version in Dockerfiles/Dockerfile.dss
4+ - " 3.9.18 " # Matches version in Dockerfiles/Dockerfile.dss
55dist : focal
66services :
77 - docker
Original file line number Diff line number Diff line change 11# Stage 1, create base
22# Reference from https://github.com/pypa/pipenv/issues/3160#issuecomment-510951442
33
4- FROM python:3.10.16 -slim AS base
4+ FROM python:3.9.18 -slim AS base
55
66ENV PYROOT /pyroot
77ENV PYTHONUSERBASE $PYROOT
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ click = "==8.1.2"
2525flask = " ==2.2.5"
2626backoff = " ==1.11.1"
2727boxsdk = {extras = [" jwt" ],version = " ==3.2.0" }
28- cryptography = " ==44 .0.1"
28+ cryptography = " ==43 .0.1"
2929hvac = " ==0.11.2"
3030asyncio = " ==3.4.3"
3131requests = " ==2.32.3"
You can’t perform that action at this time.
0 commit comments