update versions

Signed-off-by: Jess Frazelle <acidburn@github.com>
This commit is contained in:
Jess Frazelle 2018-11-29 16:37:03 -05:00
parent d871637d41
commit 42a6a534bc
6 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ RUN apk add --no-cache \
npm \
yarn
ENV FLEET_VERSION 2.0.0-rc5
ENV FLEET_VERSION 2.0.1
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 225.0.0
ENV CLOUD_SDK_DOCKER_VERSION 226.0.0
RUN set -x \
&& apk add --no-cache --virtual .build-deps \

View File

@ -6,7 +6,7 @@ RUN apk add --no-cache \
curl \
gzip
ENV NOW_VERSION 13.0.0-canary.6
ENV NOW_VERSION 13.0.0-canary.16
RUN curl -sSL -o "/tmp/now.gz" "https://github.com/zeit/now-cli/releases/download/${NOW_VERSION}/now-alpine.gz" \
&& gzip -dv "/tmp/now.gz" \

View File

@ -4,7 +4,7 @@ RUN apk add --no-cache \
lua5.1-cjson \
luajit
ENV NGINX_VERSION 1.15.6
ENV NGINX_VERSION 1.15.7
# https://github.com/simplresty/ngx_devel_kit/releases
ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
# https://github.com/openresty/lua-nginx-module/releases

View File

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

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
yarn \
zip
ENV VAULT_VERSION v1.0.0-beta2
ENV VAULT_VERSION v1.0.0-rc1
RUN go get github.com/hashicorp/vault