update dockerfile versions

Signed-off-by: Jess Frazelle <acidburn@github.com>
This commit is contained in:
Jess Frazelle 2018-12-28 19:11:17 -05:00
parent 8cd8c59cde
commit 53c771e034
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ RUN apk add --no-cache \
curl \ curl \
gzip gzip
ENV NOW_VERSION 13.0.0-canary.30 ENV NOW_VERSION 13.0.0-canary.33
RUN curl -sSL -o "/tmp/now.gz" "https://github.com/zeit/now-cli/releases/download/${NOW_VERSION}/now-alpine.gz" \ RUN curl -sSL -o "/tmp/now.gz" "https://github.com/zeit/now-cli/releases/download/${NOW_VERSION}/now-alpine.gz" \
&& gzip -dv "/tmp/now.gz" \ && gzip -dv "/tmp/now.gz" \

View File

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