From 1706fd5bb85a7d8a33df16427b1975de2cdc1746 Mon Sep 17 00:00:00 2001 From: will Farrell Date: Tue, 24 Jan 2017 21:03:35 -0700 Subject: [PATCH] remove version locking --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 38f2e49..f5b97b7 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 dns-lexicon[route53] dns-lexicon[transip] \ && rm -r /root/.cache \ && cd /tmp \