Commit 22f976ee authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

3.7

parent e7849582
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ RUN ( git clone https://gitlab.cyberbrain.pw/mirror/sopds.git /tmp || echo error

############################################################

FROM python:3.10-slim AS base
FROM python:3.7-slim AS base
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ENV PATH="/opt/sopds/bin:$PATH"
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@ mysqlclient
psycopg2


# Django >= 1.10, < 2.0; python_version >= '3.4'
Django >= 1.10, < 3.0; python_version >= '3.4'