lock alpine python version
This commit is contained in:
parent
265f361876
commit
91043962e0
|
@ -1,4 +1,4 @@
|
|||
FROM python:alpine
|
||||
FROM python:3.10.10-alpine3.17
|
||||
WORKDIR /work
|
||||
|
||||
RUN pip install fastapi uvicorn lorem-text
|
||||
|
|
Loading…
Reference in New Issue