diff --git a/bin/compile b/bin/compile index 8ff68f1a1..005efb5bc 100755 --- a/bin/compile +++ b/bin/compile @@ -5,7 +5,7 @@ set -e set -o pipefail # START CONFIG -NGINX_VERSION=1.2.1 +NGINX_VERSION=1.2.2 LIBMCRYPT_VERSION=2.5.8 LIBMEMCACHED_VERSION=1.0.7 PHP_VERSION=5.4.4 diff --git a/support/set-env.sh b/support/set-env.sh index 7e9cb8dbe..fc7c43d61 100755 --- a/support/set-env.sh +++ b/support/set-env.sh @@ -1,6 +1,6 @@ #!/bin/bash -export NGINX_VERSION="1.2.1" +export NGINX_VERSION="1.2.2" export PHP_VERSION="5.4.4" export LIBMCRYPT_VERSION="2.5.8" export LIBMEMCACHED_VERSION="1.0.7"