From d4e76a8d525a56cff3b6988ed24f648630b1f184 Mon Sep 17 00:00:00 2001 From: will Farrell Date: Tue, 24 Jan 2017 01:35:15 -0500 Subject: [PATCH] bump lexicon to v1.2.2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 38f2e49..31be2fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM library/alpine:3.5 # boto3 - AWS SDK for python RUN apk add --no-cache --virtual .build-deps git \ && apk add --no-cache --virtual .dehydrated-rundeps python3 bash openssl curl \ - && pip3 install --upgrade pip boto3 dns-lexicon==1.2.1 dns-lexicon[route53]==1.2.1 dns-lexicon[transip]==1.2.1 \ + && pip3 install --upgrade pip boto3 dns-lexicon==1.2.2 dns-lexicon[route53]==1.2.2 dns-lexicon[transip]==1.2.2 \ && rm -r /root/.cache \ && cd /tmp \ @@ -25,4 +25,4 @@ COPY config /etc/dehydrated/config COPY docker-entrypoint.sh / ENTRYPOINT ["/docker-entrypoint.sh"] -CMD ["dehydrated","-h"] \ No newline at end of file +CMD ["dehydrated","-h"]