update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-10-12 13:23:38 -04:00
parent 9162d66161
commit 5a12c7d861
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV CONSUL_VERSION v1.2.3
ENV CONSUL_VERSION v1.3.0
RUN go get github.com/hashicorp/consul

View File

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

View File

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