Bump django version and alpine version (#778)

This commit is contained in:
Ildar Iskhakov 2022-11-04 17:34:49 +08:00 committed by GitHub
parent ff2f7f9bb9
commit 6d28fdf69a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.9-alpine
FROM python:3.9-alpine3.16
RUN apk add bash python3-dev build-base linux-headers pcre-dev mariadb-connector-c-dev openssl-dev libffi-dev git
RUN pip install uwsgi

View file

@ -1,4 +1,4 @@
django==3.2.15
django==3.2.16
djangorestframework==3.12.4
slackclient==1.3.0
whitenoise==5.3.0