Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
example-flask-python3.8-index.zip | 2020-08-16 | 3.1 kB | |
example-flask-python3.8.zip | 2020-08-16 | 2.0 kB | |
example-flask-package-python3.8.zip | 2020-08-16 | 6.6 kB | |
1.4.0 source code.tar.gz | 2020-05-09 | 29.8 kB | |
1.4.0 source code.zip | 2020-05-09 | 66.5 kB | |
README.md | 2020-05-09 | 834 Bytes | |
Totals: 6 Items | 108.8 kB | 0 |
- Add GitHub Sponsors button. PR #177.
- Add Python 3.8 and Alpine with Python 3.8. This also includes all the recent updates of the parent image, like:
- Latest version of Nginx,
1.17.10
. - Latest version of Debian, Buster.
- Latest version of Alpine,
3.11
. - PR #176.
- Latest version of Nginx,
- Remove support for Python 3.5. PR #175.
- Refactor build setup:
- Move to GitHub actions.
- Re-use and simplify code and configs.
- Simplify and update tests.
- Remove deprecated
-index
sufix tags. - PR #173.