From c44dada4868ae6a7b814f47b2b65b07d0fc04deb Mon Sep 17 00:00:00 2001 From: will Farrell Date: Fri, 13 Jan 2017 14:22:55 -0700 Subject: [PATCH] readme and travis fixes --- .travis.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3bd7b62..ff70962 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ language: bash dist: trusty env: - - VERSION=0.3.1 + - VERSION=latest services: - docker diff --git a/README.md b/README.md index 473f95d..6639230 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # docker-letsencrypt -Creates ECDSA certs based on ENV +container to generate letsencrypt certs using dehydrated + lexicon ## Dockerfile Use to set your own defaults ```Dockerfile -FROM willfarrell/letsencrypt +FROM willfarrell/letsencrypt:latest COPY config /etc/dehydrated/config ```