Skip to content

Commit

Permalink
Updating to nginx 1.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptophobia committed Dec 4, 2017
1 parent 7c0af5c commit 28c463f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/Dockerfile
Expand Up @@ -14,7 +14,7 @@ RUN buildDeps='gcc make libgeoip-dev libssl-dev libpcre3-dev'; \
apt-get install -y --no-install-recommends \
$buildDeps \
libgeoip1 && \
export NGINX_VERSION=1.13.4 SIGNING_KEY=A1C052F8 VTS_VERSION=0.1.10 BUILD_PATH=/tmp/build PREFIX=/opt/router && \
export NGINX_VERSION=1.13.7 SIGNING_KEY=A1C052F8 VTS_VERSION=0.1.10 BUILD_PATH=/tmp/build PREFIX=/opt/router && \
rm -rf "$PREFIX" && \
mkdir "$PREFIX" && \
mkdir "$BUILD_PATH" && \
Expand Down

0 comments on commit 28c463f

Please sign in to comment.