mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2025-06-05 21:59:23 +02:00
Switch to python:3 for the Docker base image
In order to have the Python 3.7 upgrade automatically
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.6
|
||||
FROM python:3.7
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
Reference in New Issue
Block a user