From 53c771e03409122ec4c8a86d4affb5c846133f68 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Fri, 28 Dec 2018 19:11:17 -0500 Subject: [PATCH] update dockerfile versions Signed-off-by: Jess Frazelle --- now/Dockerfile | 2 +- telize/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/now/Dockerfile b/now/Dockerfile index cf83118..4d58bc1 100644 --- a/now/Dockerfile +++ b/now/Dockerfile @@ -6,7 +6,7 @@ RUN apk add --no-cache \ curl \ 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" \ && gzip -dv "/tmp/now.gz" \ diff --git a/telize/Dockerfile b/telize/Dockerfile index 624b231..09d7d0d 100644 --- a/telize/Dockerfile +++ b/telize/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --no-cache \ lua5.1-cjson \ luajit -ENV NGINX_VERSION 1.15.7 +ENV NGINX_VERSION 1.15.8 # https://github.com/simplresty/ngx_devel_kit/releases ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1 # https://github.com/openresty/lua-nginx-module/releases