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

Commit b8560e0

Browse files
committed
chore(Dockerfile): update nginx to 1.11.13
See http://nginx.org/en/CHANGES
1 parent b8e207e commit b8560e0

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
@@ -14,7 +14,7 @@ RUN buildDeps='gcc make libgeoip-dev libssl-dev libpcre3-dev'; \
1414
apt-get install -y --no-install-recommends \
1515
$buildDeps \
1616
libgeoip1 && \
17-
export NGINX_VERSION=1.11.10 SIGNING_KEY=A1C052F8 VTS_VERSION=0.1.10 BUILD_PATH=/tmp/build PREFIX=/opt/router && \
17+
export NGINX_VERSION=1.11.13 SIGNING_KEY=A1C052F8 VTS_VERSION=0.1.10 BUILD_PATH=/tmp/build PREFIX=/opt/router && \
1818
rm -rf "$PREFIX" && \
1919
mkdir "$PREFIX" && \
2020
mkdir "$BUILD_PATH" && \

0 commit comments

Comments
 (0)