update dockerfiles

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-03-26 08:39:56 -04:00
parent 7f859079ee
commit c784c06b08
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ ENV GOPATH /go
RUN apk --no-cache add \
ca-certificates
ENV COREDNS_VERSION v1.1.0
ENV COREDNS_VERSION v1.1.1
RUN buildDeps=' \
go \

View File

@ -1,7 +1,7 @@
FROM ubuntu:16.04
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV POWERSHELL_VERSION 6.0.2
ENV POWERSHELL_VERSION v6.1.0-preview.1
RUN apt-get update && apt-get install -y \
ca-certificates \