mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-03 19:00:42 +02: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 \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV ATOM_VERSION 1.25.0
|
ENV ATOM_VERSION 1.25.1
|
||||||
|
|
||||||
# download the source
|
# download the source
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
|
@ -27,7 +27,7 @@ RUN apk --no-cache add \
|
|||||||
|
|
||||||
RUN pip install acme
|
RUN pip install acme
|
||||||
|
|
||||||
ENV CERTBOT_VERSION 0.22.2
|
ENV CERTBOT_VERSION 0.23.0
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
git \
|
git \
|
||||||
|
@ -26,9 +26,9 @@ 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 CRIO_VERSION v1.10.0-beta.1
|
ENV CRIO_VERSION v1.9.11
|
||||||
ENV GO_VERSION 1.9.4
|
ENV GO_VERSION 1.9.4
|
||||||
ENV PLUGINS_VERSION v0.7.0
|
ENV PLUGINS_VERSION v0.7.1
|
||||||
ENV RUNC_VERSION v0.1.1
|
ENV RUNC_VERSION v0.1.1
|
||||||
|
|
||||||
# Install CNI plugins
|
# Install CNI plugins
|
||||||
|
@ -9,7 +9,7 @@ RUN apk add --no-cache \
|
|||||||
openjdk8
|
openjdk8
|
||||||
|
|
||||||
# https://github.com/bazelbuild/bazel/releases
|
# https://github.com/bazelbuild/bazel/releases
|
||||||
ENV BAZEL_VERSION 0.11.1
|
ENV BAZEL_VERSION 0.12.0
|
||||||
# https://gerrit.googlesource.com/gitiles/
|
# https://gerrit.googlesource.com/gitiles/
|
||||||
ENV GITILES_VERSION v0.2-1
|
ENV GITILES_VERSION v0.2-1
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN apk add --no-cache \
|
|||||||
python
|
python
|
||||||
|
|
||||||
# Get the source
|
# 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 \
|
RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \
|
||||||
&& ( \
|
&& ( \
|
||||||
cd /opt/plexpy \
|
cd /opt/plexpy \
|
||||||
|
@ -4,7 +4,7 @@ RUN apk add --no-cache \
|
|||||||
lua5.1-cjson \
|
lua5.1-cjson \
|
||||||
luajit
|
luajit
|
||||||
|
|
||||||
ENV NGINX_VERSION 1.13.10
|
ENV NGINX_VERSION 1.13.12
|
||||||
# https://github.com/simplresty/ngx_devel_kit/releases
|
# https://github.com/simplresty/ngx_devel_kit/releases
|
||||||
ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
|
ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
|
||||||
# https://github.com/openresty/lua-nginx-module/releases
|
# https://github.com/openresty/lua-nginx-module/releases
|
||||||
|
@ -7,7 +7,7 @@ ENV GOPATH /go
|
|||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
ca-certificates
|
ca-certificates
|
||||||
|
|
||||||
ENV TERRAFORM_VERSION v0.11.5
|
ENV TERRAFORM_VERSION v0.11.7
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
bash \
|
bash \
|
||||||
|
@ -7,7 +7,7 @@ ENV GOPATH /go
|
|||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
ca-certificates
|
ca-certificates
|
||||||
|
|
||||||
ENV VAULT_VERSION v0.9.6
|
ENV VAULT_VERSION v0.10.0
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
bash \
|
bash \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user