lock mocked api package versions
This commit is contained in:
parent
91043962e0
commit
26b9d322be
|
@ -1,7 +1,7 @@
|
|||
FROM python:3.10.10-alpine3.17
|
||||
WORKDIR /work
|
||||
|
||||
RUN pip install fastapi uvicorn lorem-text
|
||||
RUN pip install "fastapi<1.0" "uvicorn<0.22" "lorem-text<=2.1.x"
|
||||
COPY mocked_api/mock_api.py .
|
||||
COPY mocked_api/models_response.json .
|
||||
|
||||
|
|
Loading…
Reference in New Issue