File tree 12 files changed +28
-28
lines changed
12 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
- POSTGRES_DB=perusable
9
9
- POSTGRES_USER=perusable
10
10
- POSTGRES_PASSWORD=perusable
11
- image : postgres:13.2
11
+ image : postgres:14.1
12
12
ports :
13
13
- " 5433:5432"
14
14
volumes :
Original file line number Diff line number Diff line change 1
- FROM python:3.9
1
+ FROM python:3.10
2
2
3
3
WORKDIR /usr/src/app
4
4
Original file line number Diff line number Diff line change 1
- Django == 3.1.7
2
- django-filter == 2.4.0
3
- djangorestframework == 3.12.2
4
- elasticsearch-dsl == 7.3 .0
5
- psycopg2-binary == 2.8.6
1
+ Django == 3.2.9
2
+ django-filter == 21.1
3
+ djangorestframework == 3.12.4
4
+ elasticsearch-dsl == 7.4 .0
5
+ psycopg2-binary == 2.9.2
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
- POSTGRES_DB=perusable
9
9
- POSTGRES_USER=perusable
10
10
- POSTGRES_PASSWORD=perusable
11
- image : postgres:13.2
11
+ image : postgres:14.1
12
12
ports :
13
13
- " 5433:5432"
14
14
volumes :
Original file line number Diff line number Diff line change 1
- FROM python:3.9
1
+ FROM python:3.10
2
2
3
3
WORKDIR /usr/src/app
4
4
Original file line number Diff line number Diff line change 1
- Django == 3.1.7
1
+ Django == 3.2.9
2
2
django-debug-toolbar == 3.2
3
- django-filter == 2.4.0
4
- djangorestframework == 3.12.2
5
- elasticsearch-dsl == 7.3 .0
6
- psycopg2-binary == 2.8.6
3
+ django-filter == 21.1
4
+ djangorestframework == 3.12.4
5
+ elasticsearch-dsl == 7.4 .0
6
+ psycopg2-binary == 2.9.2
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
- POSTGRES_DB=perusable
9
9
- POSTGRES_USER=perusable
10
10
- POSTGRES_PASSWORD=perusable
11
- image : postgres:13.2
11
+ image : postgres:14.1
12
12
ports :
13
13
- " 5433:5432"
14
14
volumes :
Original file line number Diff line number Diff line change 1
- FROM python:3.9
1
+ FROM python:3.10
2
2
3
3
WORKDIR /usr/src/app
4
4
Original file line number Diff line number Diff line change 1
- Django == 3.1.7
1
+ Django == 3.2.9
2
2
django-cors-headers == 3.7.0
3
3
django-debug-toolbar == 3.2
4
- django-filter == 2.4.0
5
- djangorestframework == 3.12.2
6
- elasticsearch-dsl == 7.3 .0
7
- psycopg2-binary == 2.8.6
4
+ django-filter == 21.1
5
+ djangorestframework == 3.12.4
6
+ elasticsearch-dsl == 7.4 .0
7
+ psycopg2-binary == 2.9.2
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
- POSTGRES_DB=perusable
9
9
- POSTGRES_USER=perusable
10
10
- POSTGRES_PASSWORD=perusable
11
- image : postgres:13.2
11
+ image : postgres:14.1
12
12
ports :
13
13
- " 5433:5432"
14
14
volumes :
Original file line number Diff line number Diff line change 1
- FROM python:3.9
1
+ FROM python:3.10
2
2
3
3
WORKDIR /usr/src/app
4
4
Original file line number Diff line number Diff line change 1
- Django == 3.1.7
1
+ Django == 3.2.9
2
2
django-cors-headers == 3.7.0
3
3
django-debug-toolbar == 3.2
4
- django-filter == 2.4.0
5
- djangorestframework == 3.12.2
6
- elasticsearch-dsl == 7.3 .0
4
+ django-filter == 21.1
5
+ djangorestframework == 3.12.4
6
+ elasticsearch-dsl == 7.4 .0
7
7
gunicorn == 20.0.4
8
- psycopg2-binary == 2.8.6
8
+ psycopg2-binary == 2.9.2
You can’t perform that action at this time.
0 commit comments