mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-19 04:39:23 +00:00
Merge pull request #16 from nikdoof/renovate/python-3.x
Update python Docker tag to v3.11
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.10-alpine
|
FROM python:3.11-alpine
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
RUN pip install .
|
RUN pip install .
|
||||||
|
|||||||
Reference in New Issue
Block a user