File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
2
2
services :
3
3
gapps :
4
4
container_name : gapps
5
- image : bmarsh13/gapps:3.4.6
5
+ image : bmarsh13/gapps:3.4.7
6
6
depends_on :
7
7
- postgres
8
8
networks :
@@ -17,7 +17,7 @@ services:
17
17
- DEFAULT_PASSWORD=${DEFAULT_PASSWORD:-admin}
18
18
- RESET_DB=${RESET_DB:-no}
19
19
- DOC_LINK=https://github.com/bmarsh9/gapps
20
- - VERSION=${VERSION:-3.4.6 }
20
+ - VERSION=${VERSION:-3.4.7 }
21
21
- APP_NAME=Gapps
22
22
- POSTGRES_USER=${POSTGRES_USER:-db1}
23
23
- POSTGRES_HOST=${POSTGRES_HOST:-postgres}
@@ -26,7 +26,7 @@ services:
26
26
- GUNICORN_WORKERS=2
27
27
gapps-worker :
28
28
container_name : gapps-worker
29
- image : bmarsh13/gapps:3.4.6
29
+ image : bmarsh13/gapps:3.4.7
30
30
depends_on :
31
31
- postgres
32
32
networks :
@@ -37,7 +37,7 @@ services:
37
37
restart : unless-stopped
38
38
environment :
39
39
- SQLALCHEMY_DATABASE_URI=postgresql://${POSTGRES_USER:-db1}:${POSTGRES_PASSWORD:-db1}@${POSTGRES_HOST:-postgres}/${POSTGRES_DB:-db1}
40
- - VERSION=${VERSION:-3.4.6 }
40
+ - VERSION=${VERSION:-3.4.7 }
41
41
- APP_NAME=Gapps
42
42
- AS_WORKER=yes
43
43
- POSTGRES_USER=${POSTGRES_USER:-db1}
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ alembic==1.4.3
2
2
arrow == 0.17.0
3
3
Babel == 2.10.3
4
4
blinker == 1.4
5
- certifi == 2022.6.15
5
+ certifi == 2022.12.7
6
6
chardet == 3.0.4
7
7
click == 8.1.3
8
8
dnspython == 2.2.1
9
9
email-validator == 1.1.1
10
- Flask == 2.1.3
10
+ Flask == 2.2.5
11
11
Flask-Babel == 2.0.0
12
- Flask-Login == 0.6.1
12
+ Flask-Login == 0.6.2
13
13
Flask-Mail == 0.9.1
14
14
Flask-Migrate == 2.5.3
15
15
Flask-Moment == 0.10.0
@@ -18,18 +18,18 @@ Flask-SQLAlchemy==2.5.1
18
18
idna == 2.6
19
19
itsdangerous == 2.0.0
20
20
Jinja2 == 3.0.3
21
- Mako == 1.2.0
21
+ Mako == 1.2.2
22
22
MarkupSafe == 2.1.1
23
23
parsedatetime == 2.6
24
24
psycopg2 == 2.8.6
25
25
python-dateutil == 2.8.2
26
26
pytz == 2022.1
27
- requests == 2.18.4
27
+ requests == 2.31.0
28
28
six == 1.16.0
29
29
SQLAlchemy == 1.3.20
30
- urllib3 == 1.22
30
+ urllib3 == 1.26.5
31
31
#uWSGI==2.0.20
32
32
gunicorn == 20.1.0
33
- Werkzeug == 2.1.2
33
+ Werkzeug == 2.2.3
34
34
procrastinate == 0.27.0
35
35
weasyprint == 58.1
You can’t perform that action at this time.
0 commit comments