更新tnginx最新版本2.3.2

This commit is contained in:
KennyLee 2021-03-03 14:19:09 +08:00
parent 9c4818dd61
commit 912e5e8c6c
2 changed files with 5 additions and 4 deletions

View File

@ -27,7 +27,8 @@ services:
```
* [官网](http://tengine.taobao.org/)
* [官网](https://tengine.taobao.org/)
* [下载包](https://tengine.taobao.org/download.html)

View File

@ -1,9 +1,9 @@
FROM registry.cn-hangzhou.aliyuncs.com/kennylee/alpine:3.4
FROM registry.cn-hangzhou.aliyuncs.com/kennylee/alpine:3.13
MAINTAINER kennylee <kennylee26@gmail.com>
ENV TNGINX_VERSION 2.2.3
ENV TNGINX_URL=http://tengine.taobao.org/download/tengine-$TNGINX_VERSION.tar.gz
ENV TNGINX_VERSION 2.3.2
ENV TNGINX_URL=https://tengine.taobao.org/download/tengine-$TNGINX_VERSION.tar.gz
RUN addgroup -S nginx \
&& adduser -S -G nginx nginx \