mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-18 20:39:21 +00:00
Update python Docker tag to v3.11
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.9-alpine
|
FROM python:3.11-alpine
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./requirements.txt /app/requirements.txt
|
COPY ./requirements.txt /app/requirements.txt
|
||||||
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user