diff --git a/atom/Dockerfile b/atom/Dockerfile index 6f76662..5a1ca6b 100644 --- a/atom/Dockerfile +++ b/atom/Dockerfile @@ -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=' \ diff --git a/certbot/Dockerfile b/certbot/Dockerfile index bd7be07..114b0b9 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -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 \ diff --git a/crio/Dockerfile b/crio/Dockerfile index bcfe423..dc1eb06 100644 --- a/crio/Dockerfile +++ b/crio/Dockerfile @@ -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 diff --git a/gitiles/Dockerfile b/gitiles/Dockerfile index b68bb63..8e9bc7c 100644 --- a/gitiles/Dockerfile +++ b/gitiles/Dockerfile @@ -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 diff --git a/plexpy/Dockerfile b/plexpy/Dockerfile index 8133fc4..e5e83d9 100644 --- a/plexpy/Dockerfile +++ b/plexpy/Dockerfile @@ -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 \ diff --git a/telize/Dockerfile b/telize/Dockerfile index 0fb357d..1129144 100644 --- a/telize/Dockerfile +++ b/telize/Dockerfile @@ -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 diff --git a/terraform/Dockerfile b/terraform/Dockerfile index c91d7ec..206ccb2 100644 --- a/terraform/Dockerfile +++ b/terraform/Dockerfile @@ -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 \ diff --git a/vault/Dockerfile b/vault/Dockerfile index 4e1d076..50e0604 100644 --- a/vault/Dockerfile +++ b/vault/Dockerfile @@ -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 \