mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update versions
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
2f9a86e020
commit
081f1e20a3
|
@ -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=' \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user