Update Dockerfile to depend on Python 3.4 instead of latest
parent
6c12580b69
commit
d141306493
|
@ -1,4 +1,4 @@
|
|||
FROM python:3
|
||||
FROM python:3.4
|
||||
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
|
||||
|
||||
VOLUME /config
|
||||
|
|
Loading…
Reference in New Issue