mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-04-18 21:49:42 +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
|
||||
WORKDIR /code
|
||||
COPY requirements.txt /code/
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM python:3
|
||||
FROM python:3.10-alpine
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
WORKDIR /code
|
||||
COPY requirements.txt /code/
|
||||
|
Loading…
x
Reference in New Issue
Block a user