mirror of
https://github.com/Balshgit/public.git
synced 2025-12-16 07:20:39 +03:00
github stars increase django versions to >4.0
This commit is contained in:
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user