File tree Expand file tree Collapse file tree 3 files changed +4
-32
lines changed Expand file tree Collapse file tree 3 files changed +4
-32
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Only 2 modules is add:
1111## Tags
1212 - [ latest] ( )
1313 - [ alpine] ( )
14+ - [ alpine-3.8] ( )
1415
1516## Usage
1617 ```
Original file line number Diff line number Diff line change 55ENV LANG en_US.UTF-8
66RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
77
8- RUN apk update
9-
108ENV NGINX_VERSION 1.10.2
11- ENV NGX_DEVEL_KIT_VERSION 0.3.0
12- ENV LUA_NGINX_MODULE_VERSION 0.10.15
9+ ENV NGX_DEVEL_KIT_VERSION 0.3.1
10+ ENV LUA_NGINX_MODULE_VERSION 0.10.14
1311
1412# Install LUAJIT
1513RUN apk add --no-cache luajit
@@ -80,7 +78,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
8078 luajit-dev \
8179 && export LUAJIT_LIB=/usr/lib \
8280 && export LUAJIT_INC=/usr/include/luajit-2.1 \
83- && curl -fSL https://github.com/simpl/ngx_devel_kit/archive/v0.3.0 .tar.gz -o /tmp/ndk.tar.gz \
81+ && curl -fSL https://github.com/simpl/ngx_devel_kit/archive/v${NGX_DEVEL_KIT_VERSION} .tar.gz -o /tmp/ndk.tar.gz \
8482 && tar -xvf /tmp/ndk.tar.gz -C /tmp \
8583 && curl -fSL https://github.com/openresty/lua-nginx-module/archive/v${LUA_NGINX_MODULE_VERSION}.tar.gz -o /tmp/lua-nginx.tar.gz \
8684 && tar -xvf /tmp/lua-nginx.tar.gz -C /tmp \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments