Skip to content

Commit

Permalink
update dockerfile versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
Jess Frazelle committed Dec 29, 2018
1 parent 8cd8c59 commit 53c771e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion now/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion telize/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53c771e

Please sign in to comment.