Bugfix letsencrypt (#231)

* Update Dockerfile

* Update CHANGELOG.md

* Update config.json

* Update config.json

* Update config.json
This commit is contained in:
Pascal Vizeli
2018-01-16 23:34:50 +01:00
committed by GitHub
parent 275ddf3c5d
commit 7dbc3ce79c
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## 2.1
- Bugfix wrong python package (py2-future)
## 2.0
- Update base image
- Remove support for TLS-SNI

View File

@@ -5,7 +5,7 @@ FROM $BUILD_FROM
ENV LANG C.UTF-8
# Setup base
RUN apk add --no-cache tzdata jq certbot
RUN apk add --no-cache certbot py2-future
# Copy data
COPY run.sh /

View File

@@ -1,6 +1,6 @@
{
"name": "Let's Encrypt",
"version": "2.0",
"version": "2.1",
"slug": "letsencrypt",
"description": "Manage certificate from Let's Encrypt",
"url": "https://home-assistant.io/addons/lets_encrypt/",