This commit is contained in:
Oleg Lavrovsky 2017-03-27 23:15:44 +02:00
parent 041bc46795
commit 14a761e90a
3 changed files with 2 additions and 3 deletions

View file

@ -1 +0,0 @@
python

View file

@ -1,4 +1,4 @@
FROM python:3.5
FROM python:3.6.1
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

View file

@ -1 +1 @@
python-3.5.0
python-3.6.1