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

Commit 28c463f

Browse files
committed
Updating to nginx 1.13.7
1 parent 7c0af5c commit 28c463f

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.13.4 SIGNING_KEY=A1C052F8 VTS_VERSION=0.1.10 BUILD_PATH=/tmp/build PREFIX=/opt/router && \
17+
export NGINX_VERSION=1.13.7 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)