github stars increase django versions to >4.0

This commit is contained in:
2022-07-10 01:49:11 +03:00
parent 63592f6c03
commit a17fac1473
9 changed files with 1510 additions and 1088 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.9.7-slim-buster
FROM python:3.10.4-slim-buster
ENV BUILD_ONLY_PACKAGES='wget' \
# python:
@@ -11,7 +11,7 @@ ENV BUILD_ONLY_PACKAGES='wget' \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=100 \
# poetry:
POETRY_VERSION=1.1.11 \
POETRY_VERSION=1.1.13 \
POETRY_NO_INTERACTION=1 \
POETRY_VIRTUALENVS_CREATE=false \
POETRY_CACHE_DIR='/var/cache/pypoetry' \