mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-04-20 14:01:25 +00:00
changed python version
This commit is contained in:
parent
77ea967a20
commit
631d7fa90b
@ -1,4 +1,4 @@
|
|||||||
FROM python:3
|
FROM python:3.10-alpine
|
||||||
ENV PYTHONUNBUFFERED=1
|
ENV PYTHONUNBUFFERED=1
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
COPY requirements.txt /code/
|
COPY requirements.txt /code/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM python:3
|
FROM python:3.10-alpine
|
||||||
ENV PYTHONUNBUFFERED=1
|
ENV PYTHONUNBUFFERED=1
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
COPY requirements.txt /code/
|
COPY requirements.txt /code/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user