mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-14 10:32:19 +00:00
Merge pull request #10 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.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