From 621bb0ca70c54be60e9a4c55eb2c86cdff4fcad6 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Wed, 14 Mar 2018 11:47:14 -0400 Subject: [PATCH] update versions Signed-off-by: Jess Frazelle --- coredns/Dockerfile | 2 +- curl/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coredns/Dockerfile b/coredns/Dockerfile index b552ed7..f2dba57 100644 --- a/coredns/Dockerfile +++ b/coredns/Dockerfile @@ -7,7 +7,7 @@ ENV GOPATH /go RUN apk --no-cache add \ ca-certificates -ENV COREDNS_VERSION v1.0.6 +ENV COREDNS_VERSION v1.1.0 RUN buildDeps=' \ go \ diff --git a/curl/Dockerfile b/curl/Dockerfile index 6e60610..a7d8e53 100644 --- a/curl/Dockerfile +++ b/curl/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache \ nghttp2 \ openssl -ENV CURL_VERSION 7.58.0 +ENV CURL_VERSION 7.59.0 RUN set -x \ && apk add --no-cache --virtual .build-deps \