Browse Source

Upgrade lexicon

master
Chris Smith 7 years ago
parent
commit
2f289b2614
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Dockerfile

+ 2
- 2
Dockerfile View File

@@ -8,8 +8,8 @@ RUN apt-get update \
8 8
       python-pip
9 9
 
10 10
 RUN pip install \
11
-      dns-lexicon==1.1.4
11
+      dns-lexicon==1.1.9
12 12
 
13
-ADD https://raw.githubusercontent.com/AnalogJ/lexicon/v1.1.4/examples/letsencrypt.default.sh /dns/hook
13
+ADD https://raw.githubusercontent.com/AnalogJ/lexicon/v1.1.9/examples/letsencrypt.default.sh /dns/hook
14 14
 RUN chmod +x /dns/hook
15 15
 

Loading…
Cancel
Save