mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-23 13:22:55 +01:00
Update simp_le to 0.11.0
This commit is contained in:
parent
212e25134a
commit
ea98b4686e
@ -6,7 +6,7 @@ set -e
|
||||
apk --update add python py-setuptools git gcc py-pip musl-dev libffi-dev python-dev openssl-dev
|
||||
|
||||
# Get Let's Encrypt simp_le client source
|
||||
branch="0.10.0"
|
||||
branch="0.11.0"
|
||||
mkdir -p /src
|
||||
git -C /src clone --depth=1 --branch $branch https://github.com/zenhack/simp_le.git
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user