diff --git a/consul/Dockerfile b/consul/Dockerfile index 6389d72..0106eed 100644 --- a/consul/Dockerfile +++ b/consul/Dockerfile @@ -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 diff --git a/gcloud/Dockerfile b/gcloud/Dockerfile index c569d45..471af1e 100644 --- a/gcloud/Dockerfile +++ b/gcloud/Dockerfile @@ -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 \ diff --git a/unifi/Dockerfile b/unifi/Dockerfile index e1fd308..4b4b5d3 100644 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -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 \