Revert Change to Make 3.10 Official Docker

This commit is contained in:
BJ Dierkes 2021-12-18 12:22:17 -06:00
parent f0b3643452
commit c19b51c40e
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ Misc:
- `[dev]` Update to Python 3.10 for default development / Docker version.
- `[dev]` Remove Python 3.5/3.6 from Travis CI tests.
- `[dev]` Make official Docker images based on Python 3.10.
## 3.0.4 - May 17, 2019

View File

@ -1,4 +1,4 @@
FROM python:3.10-alpine
FROM python:3.8-alpine
LABEL MAINTAINER="BJ Dierkes <derks@datafolklabs.com>"
ENV PS1="\[\e[0;33m\]|> cement <| \[\e[1;35m\]\W\[\e[0m\] \[\e[0m\]# "
WORKDIR /src