File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM python:3.8
1+ FROM python:3.9
22
33MAINTAINER Chris Kittel "christopher.kittel@openknowledgemaps.org"
44
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ jsonschema==3.2.0
1919MarkupSafe == 2.1.3
2020marshmallow == 3.14.1
2121mistune == 2.0.5
22- numpy == 1.19.5
22+ numpy == 1.24.4
2323packaging == 21.3
24- pandas == 1.1 .5
24+ pandas == 1.3 .5
2525psycopg2-binary == 2.9.8
2626pyparsing == 3.1.1
2727pyrsistent == 0.18.0
@@ -30,6 +30,6 @@ pytz==2023.3.post1
3030PyYAML == 6.0.1
3131redis == 4.3.6
3232six == 1.16.0
33- typing-extensions == 4.1.1
33+ typing-extensions == 4.2.0
3434Werkzeug == 3.0.1
35- zipp == 3.6.0
35+ zipp == 3.6.0
Original file line number Diff line number Diff line change 1- FROM python:3.8
1+ FROM python:3.9
22MAINTAINER Chris Kittel "christopher.kittel@openknowledgemaps.org"
33
44RUN apt-get update
You can’t perform that action at this time.
0 commit comments