lock alpine python version

This commit is contained in:
Emil Elgaard 2023-03-24 09:44:14 -04:00
parent 265f361876
commit 91043962e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:alpine
FROM python:3.10.10-alpine3.17
WORKDIR /work
RUN pip install fastapi uvicorn lorem-text