update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-10-22 17:15:12 -04:00
parent 6189677b24
commit b23c2777c7
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
9 changed files with 9 additions and 9 deletions

View File

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

View File

@ -9,7 +9,7 @@ RUN apk --no-cache add \
git \ git \
make make
ENV COREDNS_VERSION v1.2.2 ENV COREDNS_VERSION v1.2.4
RUN git clone --depth 1 --branch ${COREDNS_VERSION} https://github.com/coredns/coredns /go/src/github.com/coredns/coredns RUN git clone --depth 1 --branch ${COREDNS_VERSION} https://github.com/coredns/coredns /go/src/github.com/coredns/coredns

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 220.0.0 ENV CLOUD_SDK_DOCKER_VERSION 221.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.22 ENV PLEXPY_VERSION v2.1.23-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

@ -1,7 +1,7 @@
FROM debian:sid-slim FROM debian:sid-slim
LABEL maintainer "Christian Koep <christiankoep@gmail.com>" LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV ROUTERSPLOIT_VERSION v3.3.0 ENV ROUTERSPLOIT_VERSION v3.4.0
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
git \ git \

View File

@ -10,7 +10,7 @@ ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
# https://github.com/openresty/lua-nginx-module/releases # https://github.com/openresty/lua-nginx-module/releases
ENV LUA_NGINX_MODULE_VERSION v0.10.13 ENV LUA_NGINX_MODULE_VERSION v0.10.13
# https://github.com/leev/ngx_http_geoip2_module/releases # https://github.com/leev/ngx_http_geoip2_module/releases
ENV NGX_HTTP_GEOIP2_MODULE_VERSION 3.1 ENV NGX_HTTP_GEOIP2_MODULE_VERSION 3.2
# https://github.com/maxmind/libmaxminddb/releases # https://github.com/maxmind/libmaxminddb/releases
ENV LIBMAXMINDDB_VERSION 1.3.2 ENV LIBMAXMINDDB_VERSION 1.3.2

View File

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

View File

@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV VAGRANT_VERSION 2.1.5 ENV VAGRANT_VERSION 2.2.0
# download the source # download the source
RUN curl -sSL "https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb" -o /tmp/vagrant-amd64.deb \ RUN curl -sSL "https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb" -o /tmp/vagrant-amd64.deb \

View File

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