update latest versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-10-04 12:04:10 -04:00
parent 930e4a0115
commit c87c605153
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
FROM python:2-alpine FROM python:2-alpine
ENV PATH $PATH:/usr/src/google-cloud-sdk/bin ENV PATH $PATH:/usr/src/google-cloud-sdk/bin
ENV CLOUD_SDK_DOCKER_VERSION 218.0.0 ENV CLOUD_SDK_DOCKER_VERSION 219.0.1
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \

View File

@ -4,13 +4,13 @@ RUN apk add --no-cache \
lua5.1-cjson \ lua5.1-cjson \
luajit luajit
ENV NGINX_VERSION 1.15.4 ENV NGINX_VERSION 1.15.5
# 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
ENV LUA_NGINX_MODULE_VERSION v0.10.13 ENV LUA_NGINX_MODULE_VERSION v0.10.13
# https://github.com/leev/ngx_http_geoip2_module/releases # https://github.com/leev/ngx_http_geoip2_module/releases
ENV NGX_HTTP_GEOIP2_MODULE_VERSION 3.0 ENV NGX_HTTP_GEOIP2_MODULE_VERSION 3.1
# https://github.com/maxmind/libmaxminddb/releases # https://github.com/maxmind/libmaxminddb/releases
ENV LIBMAXMINDDB_VERSION 1.3.2 ENV LIBMAXMINDDB_VERSION 1.3.2

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
yarn \ yarn \
zip zip
ENV VAULT_VERSION v0.11.1 ENV VAULT_VERSION v0.11.2
RUN go get github.com/hashicorp/vault RUN go get github.com/hashicorp/vault