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:
@@ -1,7 +1,7 @@
|
|||||||
FROM python:3.7.2-alpine3.8
|
FROM python:3.7.2-alpine3.9
|
||||||
|
|
||||||
LABEL maintainer="Evan Richardson"
|
LABEL maintainer="Evan Richardson"
|
||||||
LABEL version="1.3"
|
LABEL version="1.4"
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
astral==1.6.1
|
astral==1.10.1
|
||||||
paho-mqtt==1.4.0
|
paho-mqtt==1.4.0
|
||||||
bottle==0.12.13
|
bottle==0.12.16
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user