Updated python to 3.8.2-r1 for docker images

This commit is contained in:
Felipe Martin 2020-07-21 16:06:00 +02:00
parent 3a8fbca8d3
commit ccaab2656c
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.11
ENV PYTHON_VERSION=3.8.2-r0
ENV PYTHON_VERSION=3.8.2-r1
ENV APP_PORT 8080
ENV BUILD_DIR /tmp/build

View File

@ -1,6 +1,6 @@
FROM alpine:3.11
ENV PYTHON_VERSION=3.8.2-r0
ENV PYTHON_VERSION=3.8.2-r1
ENV APP_PORT 8080
ENV BUTTERROBOT_VERSION 0.0.2a1
ENV EXTRA_DEPENDENCIES ""