Update nginx-slim to 1.11.10
This commit is contained in:
parent
b5819d8f4d
commit
a7b6c70ad1
3 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
|
||||||
FROM gcr.io/google_containers/ubuntu-slim:0.6
|
FROM gcr.io/google_containers/ubuntu-slim:0.7
|
||||||
|
|
||||||
COPY build.sh /tmp
|
COPY build.sh /tmp
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
all: push
|
all: push
|
||||||
|
|
||||||
# 0.0.0 shouldn't clobber any released builds
|
# 0.0.0 shouldn't clobber any released builds
|
||||||
TAG = 0.13
|
TAG = 0.14
|
||||||
PREFIX = gcr.io/google_containers/nginx-slim
|
PREFIX = gcr.io/google_containers/nginx-slim
|
||||||
|
|
||||||
container:
|
container:
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
export NGINX_VERSION=1.11.9
|
export NGINX_VERSION=1.11.10
|
||||||
export NDK_VERSION=0.3.0
|
export NDK_VERSION=0.3.0
|
||||||
export VTS_VERSION=0.1.11
|
export VTS_VERSION=0.1.11
|
||||||
export SETMISC_VERSION=0.31
|
export SETMISC_VERSION=0.31
|
||||||
|
@ -69,7 +69,7 @@ apt-get update && apt-get install --no-install-recommends -y \
|
||||||
linux-headers-generic || exit 1
|
linux-headers-generic || exit 1
|
||||||
|
|
||||||
# download, verify and extract the source files
|
# download, verify and extract the source files
|
||||||
get_src dc22b71f16b551705930544dc042f1ad1af2f9715f565187ec22c7a4b2625748 \
|
get_src 778b3cabb07633f754cd9dee32fc8e22582bce22bfa407be76a806abd935533d \
|
||||||
"http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz"
|
"http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz"
|
||||||
|
|
||||||
get_src 88e05a99a8a7419066f5ae75966fb1efc409bad4522d14986da074554ae61619 \
|
get_src 88e05a99a8a7419066f5ae75966fb1efc409bad4522d14986da074554ae61619 \
|
||||||
|
|
Loading…
Reference in a new issue