From d639f9aece527485ee1d2599c2f78a9f63272d1d Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 29 Nov 2015 14:38:32 -0800 Subject: [PATCH] update lapis dockerfile --- dev/lapis-ultimate/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/lapis-ultimate/Dockerfile b/dev/lapis-ultimate/Dockerfile index 2be40da..060a6cb 100644 --- a/dev/lapis-ultimate/Dockerfile +++ b/dev/lapis-ultimate/Dockerfile @@ -1,11 +1,11 @@ -FROM flitter/init +FROM phusion/baseimage:0.9.17 MAINTAINER Xena RUN apt-get update && \ apt-get -y install libreadline-dev libncurses5-dev libpcre3-dev libssl-dev perl make curl git-core luarocks lua-sec nodejs npm lua-discount ENV SRC_DIR /opt -ENV OPENRESTY_VERSION 1.7.7.2 +ENV OPENRESTY_VERSION 1.9.3.2 ENV OPENRESTY_PREFIX /app/openresty RUN cd $SRC_DIR && curl -LO http://openresty.org/download/ngx_openresty-$OPENRESTY_VERSION.tar.gz &&\