Update base to python 3.7.2-alpine 3.9

Update astral to 1.10.1
Update bottle to 0.12.16
This commit is contained in:
root
2019-03-08 11:10:05 -08:00
parent b8f3552791
commit f88d15b442
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
FROM python:3.7.2-alpine3.8
FROM python:3.7.2-alpine3.9
LABEL maintainer="Evan Richardson"
LABEL version="1.3"
LABEL version="1.4"
WORKDIR /app
COPY . /app

View File

@@ -1,4 +1,4 @@
astral==1.6.1
astral==1.10.1
paho-mqtt==1.4.0
bottle==0.12.13
bottle==0.12.16