mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-13 10:02:15 +00:00
Update dependency python to v3.10
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.9-alpine
|
FROM python:3.10-alpine
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
RUN pip install .
|
RUN pip install .
|
||||||
|
|||||||
Reference in New Issue
Block a user