update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-04-12 09:59:16 -04:00
parent 2f9a86e020
commit 081f1e20a3
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
8 changed files with 9 additions and 9 deletions

View File

@ -43,7 +43,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV ATOM_VERSION 1.25.0
ENV ATOM_VERSION 1.25.1
# download the source
RUN buildDeps=' \

View File

@ -27,7 +27,7 @@ RUN apk --no-cache add \
RUN pip install acme
ENV CERTBOT_VERSION 0.22.2
ENV CERTBOT_VERSION 0.23.0
RUN buildDeps=' \
git \

View File

@ -26,9 +26,9 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV CRIO_VERSION v1.10.0-beta.1
ENV CRIO_VERSION v1.9.11
ENV GO_VERSION 1.9.4
ENV PLUGINS_VERSION v0.7.0
ENV PLUGINS_VERSION v0.7.1
ENV RUNC_VERSION v0.1.1
# Install CNI plugins

View File

@ -9,7 +9,7 @@ RUN apk add --no-cache \
openjdk8
# https://github.com/bazelbuild/bazel/releases
ENV BAZEL_VERSION 0.11.1
ENV BAZEL_VERSION 0.12.0
# https://gerrit.googlesource.com/gitiles/
ENV GITILES_VERSION v0.2-1

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
python
# Get the source
ENV PLEXPY_VERSION v2.0.25
ENV PLEXPY_VERSION v2.0.28
RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \
&& ( \
cd /opt/plexpy \

View File

@ -4,7 +4,7 @@ RUN apk add --no-cache \
lua5.1-cjson \
luajit
ENV NGINX_VERSION 1.13.10
ENV NGINX_VERSION 1.13.12
# 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

@ -7,7 +7,7 @@ ENV GOPATH /go
RUN apk --no-cache add \
ca-certificates
ENV TERRAFORM_VERSION v0.11.5
ENV TERRAFORM_VERSION v0.11.7
RUN buildDeps=' \
bash \

View File

@ -7,7 +7,7 @@ ENV GOPATH /go
RUN apk --no-cache add \
ca-certificates
ENV VAULT_VERSION v0.9.6
ENV VAULT_VERSION v0.10.0
RUN buildDeps=' \
bash \