Skip to content

Commit

Permalink
Merge pull request #350 from wuvs/master
Browse files Browse the repository at this point in the history
chore(Dockerfile): update nginx to 1.13.3
  • Loading branch information
vdice authored Jul 14, 2017
2 parents 0272d4b + efefc5f commit 5d23d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/Dockerfile
Original file line number Diff line number Diff line change
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.0 SIGNING_KEY=A1C052F8 VTS_VERSION=0.1.10 BUILD_PATH=/tmp/build PREFIX=/opt/router && \
export NGINX_VERSION=1.13.3 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 5d23d8d

Please sign in to comment.