Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit e38a69b

Browse files
authored
chore(nginx): update nginx to 1.11.4 (#252)
https://nginx.org/en/CHANGES
1 parent cd16fe2 commit e38a69b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update \
1717
libssl-dev \
1818
libpcre3-dev \
1919
make \
20-
&& export NGINX_VERSION=1.11.2 SIGNING_KEY=A1C052F8 VTS_VERSION=0.1.10 BUILD_PATH=/tmp/build PREFIX=/opt/router \
20+
&& export NGINX_VERSION=1.11.4 SIGNING_KEY=A1C052F8 VTS_VERSION=0.1.10 BUILD_PATH=/tmp/build PREFIX=/opt/router \
2121
&& rm -rf "$PREFIX" \
2222
&& mkdir "$PREFIX" \
2323
&& mkdir "$BUILD_PATH" \

0 commit comments

Comments
 (0)