Skip to content

Commit

Permalink
Update Python 3.9.9 and bug fix for Python LDAP library
Browse files Browse the repository at this point in the history
  • Loading branch information
dignajar committed Dec 21, 2021
1 parent 44b1513 commit fcf04a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.7-alpine3.14
FROM python:3.9.9-alpine3.14

ENV LDAP_ENDPOINT=""
ENV LDAP_MANAGER_DN_USERNAME=""
Expand Down
2 changes: 1 addition & 1 deletion files/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flask==2.0.1
Flask-HTTPAuth==4.4.0
python-ldap==3.3.1
python-ldap==3.4.0
pyopenssl==20.0.1

0 comments on commit fcf04a8

Please sign in to comment.