update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-08-20 06:19:16 -04:00
parent 38d087c261
commit dc86bc7f6c
No known key found for this signature in database
GPG Key ID: C0B444E6A3EFD4C1
6 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ RUN apk add --no-cache \
npm \ npm \
yarn yarn
ENV FLEET_VERSION 2.0.0-rc3 ENV FLEET_VERSION 2.0.0-rc4
RUN git clone --depth 1 --branch "${FLEET_VERSION}" https://github.com/kolide/fleet.git /go/src/github.com/kolide/fleet 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 FROM python:2-alpine
ENV PATH $PATH:/usr/src/google-cloud-sdk/bin ENV PATH $PATH:/usr/src/google-cloud-sdk/bin
ENV CLOUD_SDK_DOCKER_VERSION 206.0.0 ENV CLOUD_SDK_DOCKER_VERSION 212.0.0
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \

View File

@ -15,7 +15,7 @@ RUN apk add --no-cache \
py-pip py-pip
# Get the source # Get the source
ENV PLEXPY_VERSION v2.1.18 ENV PLEXPY_VERSION v2.1.19-beta
RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \ RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \
&& ( \ && ( \
cd /opt/plexpy \ cd /opt/plexpy \

View File

@ -11,7 +11,7 @@ RUN apk add --no-cache \
make \ make \
zip zip
ENV TERRAFORM_VERSION v0.11.7 ENV TERRAFORM_VERSION v0.11.8
RUN go get github.com/hashicorp/terraform RUN go get github.com/hashicorp/terraform

View File

@ -82,7 +82,7 @@ RUN apt-get update && apt-get install -y \
# unifi version # unifi version
# From: https://www.ubnt.com/download/unifi/ # From: https://www.ubnt.com/download/unifi/
ENV UNIFI_VERSION "5.8.24" ENV UNIFI_VERSION "5.8.28"
# install unifi # install unifi
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
yarn \ yarn \
zip zip
ENV VAULT_VERSION v0.10.4 ENV VAULT_VERSION v0.11.0-beta1
RUN go get github.com/hashicorp/vault RUN go get github.com/hashicorp/vault