Skip to content

Commit 004e98b

Browse files
authored
Merge pull request #637 from OscarKolsrud/patch-1
Update simp_le to 0.18.0
2 parents 92a5f0a + b334366 commit 004e98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_simp_le.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apk add --update python3 git gcc musl-dev libffi-dev python3-dev openssl-dev
1010
[[ -e /usr/bin/python ]] || ln -sf /usr/bin/python3 /usr/bin/python
1111

1212
# Get Let's Encrypt simp_le client source
13-
branch="0.16.0"
13+
branch="0.18.0"
1414
mkdir -p /src
1515
git -C /src clone --depth=1 --branch $branch https://github.com/zenhack/simp_le.git
1616

0 commit comments

Comments
 (0)