update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-02-23 11:03:09 -05:00
parent 6befc74d36
commit ed3759bfb4
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV CRIO_VERSION v1.9.5
ENV CRIO_VERSION v1.9.6
ENV OSTREE_VERSION v2017.12
ENV GO_VERSION 1.9.4
ENV CNI_PLUGINS_VERSION v0.6.0

View File

@ -7,7 +7,7 @@ ENV GOPATH /go
RUN apk --no-cache add \
ca-certificates
ENV VAULT_VERSION v0.9.3
ENV VAULT_VERSION v0.9.4
RUN buildDeps=' \
bash \

View File

@ -22,7 +22,7 @@ RUN adduser -u 1001 -D user \
ENV LANG C.UTF-8
ENV ZNC_VERSION 1.6.5
ENV ZNC_VERSION 1.6.6-rc1
RUN set -x \
&& apk add --no-cache --virtual .build-deps \