Rebase to python:3.7.4-alpine3.10

Upgrade bottle to 0.12.17
This commit is contained in:
Evan Richardson
2019-07-24 14:39:20 -07:00
parent b85856266f
commit 34a3c1e488
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FROM python:3.7.3-alpine3.9
FROM python:3.7.4-alpine3.10
LABEL maintainer="Evan Richardson"
LABEL version="1.4"
LABEL version="1.5"
WORKDIR /app
COPY . /app

View File

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