Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading requirements-override.txt +1 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,4 @@ mysqlclient psycopg2 # Django >= 1.10, < 2.0; python_version >= '3.4' Django >= 1.10, < 3.0; python_version >= '3.4' Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
requirements-override.txt +1 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,4 @@ mysqlclient psycopg2 # Django >= 1.10, < 2.0; python_version >= '3.4' Django >= 1.10, < 3.0; python_version >= '3.4'