Update Python base image to fix compilation

This commit is contained in:
Adam Whittingham
2019-08-18 16:57:22 +01:00
parent 69a2917dd9
commit 3d00c5dc31

View File

@@ -12,7 +12,7 @@
#
# docker run --name rtl_433 -d -e MQTT_HOST=<mqtt-broker.example.com> --privileged -v /dev/bus/usb:/dev/bus/usb <image>
FROM python:3.6.3
FROM python:3.7
MAINTAINER Marco Verleun
LABEL Description="This image is used to start a script that will monitor for events on 433,92 Mhz" Vendor="MarCoach" Version="1.0"