update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-19 16:32:29 -04:00
parent a4d27c4209
commit 3b15bb299c
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ RUN apk add --no-cache \
npm \
yarn
ENV FLEET_VERSION 2.0.0-rc4
ENV FLEET_VERSION 2.0.0-rc5
RUN git clone --depth 1 --branch "${FLEET_VERSION}" https://github.com/kolide/fleet.git /go/src/github.com/kolide/fleet

View File

@ -1,7 +1,7 @@
FROM python:2-alpine
ENV PATH $PATH:/usr/src/google-cloud-sdk/bin
ENV CLOUD_SDK_DOCKER_VERSION 216.0.0
ENV CLOUD_SDK_DOCKER_VERSION 217.0.0
RUN set -x \
&& apk add --no-cache --virtual .build-deps \

View File

@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV OSQUERY_VERSION 3.3.0
ENV OSQUERY_VERSION 3.3.1
RUN buildDeps=' \
curl \

View File

@ -18,7 +18,7 @@ RUN apk add --no-cache \
libmnl-dev
# https://git.zx2c4.com/WireGuard/refs/
ENV WIREGUARD_VERSION 0.0.20180910
ENV WIREGUARD_VERSION 0.0.20180918
RUN set -x \
&& apk add --no-cache --virtual .build-deps \