Skip to content

Commit

Permalink
Use more generic python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Niek committed May 6, 2024
1 parent caf6c48 commit 9a0d226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocked_api/Dockerfile-mockapi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.10-alpine3.17
FROM python:3-alpine
WORKDIR /work

RUN pip install "fastapi<1.0" "uvicorn<0.22" "lorem-text<=2.1.x"
Expand Down

0 comments on commit 9a0d226

Please sign in to comment.