Version 0.0.4

This commit is contained in:
2023-03-11 06:38:29 +00:00
parent 8c91dacc7e
commit 3bf3823b77
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.10-alpine
FROM python:3.11-alpine
WORKDIR /app
COPY . /app
RUN pip install .