diff --git a/tnginx/alpine/image-build/Dockerfile b/tnginx/alpine/image-build/Dockerfile index 08e5342..16573db 100755 --- a/tnginx/alpine/image-build/Dockerfile +++ b/tnginx/alpine/image-build/Dockerfile @@ -2,7 +2,7 @@ FROM registry.cn-hangzhou.aliyuncs.com/kennylee/alpine:3.4 MAINTAINER kennylee26 -ENV TNGINX_VERSION 2.2.0 +ENV TNGINX_VERSION 2.2.3 ENV TNGINX_URL=http://tengine.taobao.org/download/tengine-$TNGINX_VERSION.tar.gz RUN addgroup -S nginx \