Skip to content

Commit fcf04a8

Browse files
committed
Update Python 3.9.9 and bug fix for Python LDAP library
1 parent 44b1513 commit fcf04a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9.7-alpine3.14
1+
FROM python:3.9.9-alpine3.14
22

33
ENV LDAP_ENDPOINT=""
44
ENV LDAP_MANAGER_DN_USERNAME=""

files/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
flask==2.0.1
22
Flask-HTTPAuth==4.4.0
3-
python-ldap==3.3.1
3+
python-ldap==3.4.0
44
pyopenssl==20.0.1

0 commit comments

Comments
 (0)